Tell us what’s happening:
Describe your issue in detail here i have done everything even with help but my code is still not the challenge is finished input with a valid syntax
.
Finish input element should have valid syntax but it does not seem to work i need help please.
Your code so far
<!--
<h1>Hello World</h1>
<!--Topic-->
<h2>CatPhotoApp</h2>
<!--Body text-->
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<!---->
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36
The previous lesson showed you how to uncomment HTML.
You learned that by deleting the start comment tag <!-- and the end comment tag --> the text would appear in the preview pane.
This lesson is asking for you comment out the h1 element and the p element so that only the h2 element shows in the preview pane.
What do you need to add on line 3 to comment out the h1 element?
Hint: The start comment tag is already on line 1
What do you need to add on line 5 to comment out the p element?
Hint: The end comment tag is already on line 7
Reset the lesson and follow the instructions. Do not add any additional text.