Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4
Umm well yes and no. Depends on what you wanted it to do. The comment is wrong and you actually wrote: <p>Menu</p> <p>Home</p> <p>News</p> in order to make a navbar. that's not how it works
28th May 2020, 6:36 PM
Mehnaz ✨
Mehnaz ✨ - avatar
0
You can use W3C validator (https://validator.w3.org/ ) for more validation but the errors that jump to me right now is that you use <!== --> for comments instead of <!-- --> and you have multiple <h1> tags in your markup. Also the nav contains paragraphs instead of links
28th May 2020, 6:11 PM
Ore
Ore - avatar
0
for nav area, you have a problem there. it should be <nav> <ul> <li><a href="#"> Home </a></li> </ul> </nav> follow this and see everything appear as you need it. and use <!--comments--> for your comments please
31st May 2020, 2:01 PM
Richmond Dogbe
Richmond Dogbe - avatar