HTML Semantics: The Short Descriptions of All 113 Elements
A comprehensive reference listing the official semantic definitions for all 113 standard HTML elements, as per the HTML specification.
A comprehensive reference listing the official semantic definitions for all 113 standard HTML elements, as per the HTML specification.
A technical article explaining the HTML <br> element, its syntax, proper usage, and the challenges it presents in WYSIWYG editors.
An article explaining the HTML <abbr> element, its purpose for marking abbreviations, and a discussion on semantic HTML.
An in-depth exploration of the HTML anchor element (<a>), explaining its purpose, the href attribute, and the technical semantics of hyperlinks.
Opinion piece on the debate over using self-closing tags (like <input />) versus implicit closing in HTML, discussing readability and tooling.
Part 2 of a series on HTML structure, focusing on semantic markup for navigation and other page elements.
Explains ambiguous ampersands in HTML, detailing character references and validity rules in HTML4 vs. HTML5 specifications.
A technical guide explaining the three steps required to trigger HTML5's XML serialization mode, commonly called XHTML5.