Hacker News new | ask | show | jobs
by muzani 1596 days ago
I like Google's HTML style where they don't close some tags </li> and omit optional tags like <html> and <body>

Example:

    <!-- Recommended -->
    <!DOCTYPE html>
    <title>Saving money, saving bytes</title>
    <p>Qed.
https://google.github.io/styleguide/htmlcssguide.html#HTML_F...
1 comments

Disgusting. I bet the person who came up with it doesn't close their parentheses.
Oh no, where will it end