Simple HTML page

This page is written with simple HTML codes to define it's structure (heading levels, lists etc. For example, this is a paragraph - text enveloped by <p> tags. You can attach different external stylesheets to this page to change the way these structural elements are formatted.

The page components included here are ...

Heading Level 1

Heading Level 2

Heading Level 3

Heading Level 4

Heading Level 5
Heading Level 6

A bulleted list:

A numbered list:

  1. firstly, this list item
  2. secondly, this list item
  3. and thirdly, this one

A table including a table header row that uses <th> tags which are centred in the cell by default.

Column 1 heading Column 2 heading
Data in R1 C1 Data in R1 C2
Data in R2 C1 Data in R2 C2