Tell us what’s happening:
So, I am in the middle of the task ( uncomment HTML), Bellow is the task
Do I have to comment below each html line
; :
, or at all the way at the end?
and to include a comment after <!>an d then
or opposite way ?
Why it won’t tell me in the course - If I am wrong or not?
Comments in HTML start with <!--
and end with a -->
Uncomment your h1
, h2
and p
elements.
Your code so far
<h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<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>
<h1><!--<Comment Header--></h1>
<h2><!--<Comment Subtitle--></h2>
<p><!--Comments for body text--></p>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36
.
Challenge: Uncomment HTML
Link to the challenge: