Hacker News new | ask | show | jobs
by sureIy 621 days ago
Correct.

Fun fact: you do not need to close most tags in a valid HTML5 document.

This is valid:

    <!DOCTYPE html>
    <title>Foo</title>
    <p>paragraph
    <p>second
    <ul>
        <li>item
    </ul>
    <table>
        <tr><td>hi!
    </table>
1 comments

Indeed. People writing HTML5 as if it's XHTML is an old pet peeve of mine