forget html end tag and see what must happen if you do try to forget or omit
this code below may work correctly
<html> <body> <p>This is a paragraph <p>This is a paragraph </body> </html>
the html tag <p>
can succeed without its end tag </p>
but other html tags such <div>
, <form>
, <table>
, <ul>
, <ol>
CANNOT succeed without the end tag
Don’t forget the html end tag
if you try to forget this html tag, I tell you will fall victim of jawless aesthetic webpage lol. see this try this below and I will be laughing at you
<html> <form> <input type="text" /> <li>list of items </html>
well the worst of it when you try list of items html tag and forget to close it