TIL: HTML Standard ยง13.1.2.4: Optional tags
Summary

Many end tags can simply be omitted in HTML5, making it read a bit like Markdown.

Date2024-04-08
TIL: The case against self-closing tags in HTML
Summary

Self-closing tags (e.g. <br />) are not a thing in HTML.

Date2024-04-04