Last Updated: February 25, 2016
·
797
· frank laemmer

In a hurry? Omit optional closing tags

Did you know that you don't always have to close all of your tags? This is valid (HTML4 & HTML5):

<ul>
 <li>Remember the milk
 <li>Forget about the closing tag
</ul>

Further Reading: http://stackoverflow.com/questions/3008593/html-include-or-exclude-optional-closing-tags