Indexhtml Step 3

I am having no luck with my elementName stage. I believe i have inserted all the elements required

  **Your code so far**

<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
  <elementName>Click here to view more cat photos.</h3>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36

Challenge: Step 3

Link to the challenge:

Minor error and honestly not sure where you got it from but where you have <elementName> on one end and </h3> on the other end these opening and closing tags are not only supposed to match but they are also supposed to be p elements.

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