Welcome to My HTML5 Example Website

Table and List Example

Table Example

Header 1Header 2Header 3
Row 1, Cell 1Row 1, Cell 2Row 1, Cell 3
Row 2, Cell 1Row 2, Cell 2Row 2, Cell 3

List Example

Ordered List

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

Unordered List

Explanation

Table (<table>)

List (Ordered <ol> and Unordered <ul>)