This is the task:
In the text of your p element, turn the words cat photos into a link to https://freecatphotoapp.com by adding opening and closing anchor (a ) tags around these words.
See more cat photos in our gallery.
See more cat photos in our gallery.
**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>
<!-- User Editable Region -->
<img src="https:freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg">
<!-- User Editable Region -->
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15
Challenge: Learn HTML by Building a Cat Photo App - Step 8
no still this is not working, In the text of your p element, turn the words cat photos into a link to https://freecatphotoapp.com by adding opening and closing anchor (a ) tags around these words.
this is what I should make (
it should be next to âPâ element, below is the given task without change:
(p) see more cat photo in our gallery.(/p)
The task : in the text of you (p) element, turn the words (cat photo) into a link " http://freecatphotoapp.com by opening and closing anchor (a) around the word
I am in step 12, this is what I intended to show you step (12),
reading the task, I thought I should be working on the 7th line ?
your instruction are in step 8.right? in the screenshotâŚand the url you showed is in the 9th line.
Take a look at the code line below the one in question. You can see that the text âlink to cat picturesâ is turned into a link by being surrounded with anchor tags. Do the same for the first sentence within the p element: