Product → Web Applications
HTML
The markup language used to structure web documents and web application interfaces.
Motivation
HTML describes the structure of web documents. It solves the problem of giving browsers semantic content to render and tools to understand.
Mental model
HTML is the skeleton of the web page: headings, links, forms, lists, and sections.
Where it fits
HTML belongs to the Product track, inside Web Applications. It connects to nearby concepts through the graph relationships on this page and in the graph explorer.
Common mistakes
- Using divs for everything.
- Ignoring accessibility semantics.
- Mixing structure with styling concerns.
Related concepts
Use the metadata panel or return to the graph to explore concepts that this one requires or relates to.