Comm 333 Web Design II

Skip to navigation

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.