Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<html>
<body>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- User Editable Region -->
<p>See more cat photos in our gallery.</p>
<p><!--
<!-- User Editable Region -->
</body>
</html>TODO: Add link to cat photos
--></p>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 4
Hi, my name is Jesse and In have started learning Html and Css at freecodecamp.org. I am trying to understand how to turns words into links but I am still having trouble understanding it. Please help me understand to turn the word cat photos into a link
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.