Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
<html>
<body>
<h1>CatPhotoApp</h1>
<main>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Click here to view more cat photos.</p>
<main>
<a ></h2>"https://www.freecodecamp.org"
<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 browser information:**
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15
Challenge: Learn HTML by Building a Cat Photo App - Step 11
Link to the challenge:
I would restart the step to get the original HTML back. You should see the following empty link:
<a href="https://freecatphotoapp.com"></a>
Read the instruction carefully:
“A link’s text must be placed between the opening and closing tags of an anchor (a
) element.”
So to add text to a link means to put it between the opening <a>
tag and closing </a>
tag.
1 Like
<a “https:free car photoshop.com ”/a>
Hi @bmona365 ,
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks.
```
Your code goes here
```
You can also use the “preformatted text” tool in the editor ( </>
) to add backticks around text.
what does that mean or look like in my code?
That was an explanation on how to enter code blocks into forum posts.
Were you able to solve the challenge or do you still need some help.
No step 14 turn pic to link the elements for anchor???
system
Closed
February 18, 2023, 2:08am
8
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.