Turning a words cat photos into a link

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
<html>
<h1hello>world</h1>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 10; TITAN Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 1

Link to the challenge:

The title of this post doesn’t seem to go with the HTML or step you linked to. Can you clarify what step you are referring to and what your issue is?

click here to view more cat photos

<a href =“https//freecatphotoapp.com”.>

How I can change it to be one link?

Are you asking how you can change the words “cat photos” into a link? Is this for step 12 of the CatPhotoApp? If so, there is already a “cat photos” link on the page you can use an an example. Below the p element you should see this:

<a href="https://freecatphotoapp.com">cat photos</a>

That is a link with the words “cat photos” in it. You will do the exact same thing for the words “cat photos” inside the p element.

Thanks sir, it finally works. bravo!!!

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