HTML Elements
Articles and talks about HTML elements.
Featured elements
- a
A hyperlink.
- article
Represents a self-contained composition in a document, page, or application.
- button
A control allowing a user to trigger actions.
- details
A disclosure widget from which the user can obtain additional information.
- dialog
An element a user interacts with to perform a task.
- figure
Represents content, optionally with a caption, that is self-contained.
- h1 - h6
These elements represent headings for their sections.
- meter
A scalar measurement within a known range, or a fractional value.
- nav
Represents a section of a page that links to other pages.
- progress
Represents the completion progress of a task.
- section
Represents a generic section of a document or application.
- select
A control for selecting amongst a set of options.
- svg
SVG is a language for describing two-dimensional graphics.
- video
For playing videos or movies, and audio files with captions.