Basic HTML Elements
Block Level Elements
Elements that that display in a block and stack down the page.
Paragraphs and Headings
See the Pen Paragraphs and Headings by Dane Groves (@danealexander) on CodePen.
Ordered and Unordered Lists
See the Pen HTML Lists by Dane Groves (@danealexander) on CodePen.
Inline Elements
Elements that that display in a block and stack down the page.
- Images
- Anchors
- Emphasis and Strong
- Bold and Italic
See the Pen Basic Inline Elements by Dane Groves (@danealexander) on CodePen.
Related Resources
- Introduction to HTML [MDN Tutorials]
- HTML elements reference [MDN Reference]