HTML Cheatsheet
Published • 8 min read
Overview
Quick reference for HTML5 elements.
This page is part of the HTML Dev Docs portal, a comprehensive demonstration of HTML5 semantic markup without CSS or JavaScript.
The HTML Living Standard defines the semantics of HTML elements and their attributes.
Quick Reference
| Tag | Description |
|---|---|
<a> | Hyperlink |
<article> | Self-contained content |
<aside> | Sidebar content |
<blockquote> | Extended quotation |
<code> | Inline code |
<details> | Disclosure widget |
<figure> | Illustration with caption |
<time> | Machine-readable datetime |