Learn HTML by Building a Cat Photo App - Step 4

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

Link to the challenge:

Please put your question here so we can better help you

1 Like

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.

@jesseodeph8 Hi Jesse, it’s better to ask questions by creating a topic in HTML-CSS .

1 Like

Welcome!

It is important to make your own post for your own questions.

It allows you to receive proper guidance, and allow others to have their posts focused on for their questions.

Thanks!
Happy coding! :slight_smile:

1 Like

Welcome to the community!

Please for future posts, follow @edwinh guidance. It is the proper way to post questions within the forum, and allows proper guidance.

To complete this step, the comment needs to be place above the p element.

This is an example of a comment.

< h6>This is an example below the comment < /h6>

It is important to read the instructions carefully and entering the information within the instructions, not the examples.

Happy coding! :slight_smile:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.