The p element should show the same text in the browser, but the words cat photos should now be a link. Make sure to remove the a element with the text cat photo

Tell us what’s happening:
Describe your issue in detail here. The p element should show the same text in the browser, but the words cat photos should now be a link. Make sure to remove the a element with the text cat photos on the line below the p element.

  **Your code so far**
<html>
<body>
<h2>CatPhotos</h1>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 10; TECNO KC8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.58 Mobile Safari/537.36

Challenge: Step 12

Link to the challenge:

First, your closing h2 tag is incorrect.

to your question, you need to create an anchor element to https://freecatphotoapp.com. The anchor should be between the “cat photos” in the p element.

Click here to view more cat photos.

then remove the anchor element and “cat photo” text after the P element.

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