HTML stands for HyperText Markup Language. It is the standard markup language used to create and structure sections, paragraphs, links, images, and other content for web pages.
Key features include semantic elements, attributes, and a tree-like structure that browsers render into interactive pages.
- Defines the document structure
- Works with CSS and JavaScript to create rich experiences
- Accessible by assistive technologies when well-structured