HTML Elements Learning Guide

Text Elements

Heading Examples:

h1 Heading

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading
<h1>h1 Heading</h1>
<h2>h2 Heading</h2>
<h3>h3 Heading</h3>
<h4>h4 Heading</h4>
<h5>h5 Heading</h5>
<h6>h6 Heading</h6>

Paragraph and Text Formatting:

This is a regular paragraph

Bold text

Italic text

Highlighted text

Strikethrough text

Underlined text

List Elements

Unordered List:

  • Item 1
  • Item 2
  • Item 3

Ordered List:

  1. First item
  2. Second item
  3. Third item

Definition List:

HTML
HyperText Markup Language
CSS
Cascading Style Sheets

Table Elements

Header 1 Header 2 Header 3
Cell 1 Cell 2 Cell 3
Cell 4 Cell 5 Cell 6

Form Elements

Semantic Elements

This is a header element

This is a main element

This is an article element

This is a footer element

Media Elements

Image:

Sample Image

Audio:

Video: