Tell us what’s happening:
Describe your issue in detail here.
I am new to web design. I don’t understand step 12 in the first lesson. I’m stuck. Help please.
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>See more <a/>cat photos in our gallery.<a/></p>
<a href=https://freecatphotoapp.com>link to cat pictures</a>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
</main>
</body>
</html>
Your mobile information:
23106RN0DA - Android 14 - Android SDK 34
Challenge: Learn HTML by Building a Cat Photo App - Step 12
You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
You need to add anchor a opening and closing tags around the text cat photos within the paragraph p element’s text. For hint, Check the link to cat pictures line how it’s wrapped within the anchor tag.
Along with the previous posted guidance, I am enclosing a link to help with this and any other steps that require turning text or images into links.
This link is invaluable as it offers guidance, along with great examples. You may wish to bookmark if for help throughout this part of the course, until you feel comfortable with creating links. That is what I did to help me through this part of the course.