Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>See more cat photos in our gallery.</p>
<a href="https://freecatphotoapp.com" a>cat photos </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:
iPhone - iOS17.2
Challenge: Learn HTML by Building a Cat Photo App - Step 12
Link to the challenge:
Turn the words ‘cat photos’ from this paragraph by nesting your a tags inside your paragraph element and around the text ‘cat photos’.
Ex:
<p>This is a paragraph with a <a href="">LINK</a> inside</p>
Note the spacing!
1 Like
Welcome to FCC Forum @vyzckbfjrd !
Adding to @anon86258595 ’s excellent guidance, I thought you could use the below link to help you throughout the course with turning items into links.
To just add an article, found in FCC News category, on how to turn images and text into links. It is great in explaining the coding process and providing good examples.
FCC News Article Turn Image and Text Into Links
Happy coding!
1 Like
system
Closed
May 5, 2024, 7:22am
4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.