Each of your comments should be closed with -->. You should not change the order of the h1 h2 or p in the code.

Tell us what’s happening:

   **Your code so far**

<!DOCTYPE -->
</html>
<html>
<head>
<body>
<title><h1>Hello World</h1></title>
</head>
<h2>CatPhotoApp</h2>
<article>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff</artice>
</body>
</html>
   **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36.

Challenge: Comment out HTML

Link to the challenge:

Hi ! It seems you have changed the some part of code. And instead <p> tag you are using <article>.
Make sure you just comment out h1 tag only

your question does not match your code
what challenge are you doing? what’s your code? what do the tests say?

I have edited your post to add backticks around the html tags so they are shown and not rendered.

2 Likes

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