Main Title (H1)

This is a paragraph demonstrating the font styling of the H1 header. The text should be clear and easy to read.

Subheading Level 2 (H2)

This paragraph follows an H2 subheading, providing additional information in a slightly smaller font size.

Subheading Level 3 (H3)

Continuing down the hierarchy, the H3 header is used here, with accompanying text that is consistent in style.

Subheading Level 4 (H4)

The text here follows the H4 header, maintaining clarity and readability.

Subheading Level 5 (H5)

This paragraph comes after the H5 header, offering more details while adhering to the theme of font styling.

Subheading Level 6 (H6)

This is the smallest heading, yet it still holds importance, followed by its text.

Ordered List Example

  1. First item in the list.
  2. Second item in the list.
  3. Third item in the list.
  4. Fourth item in the list.
  5. Fifth item in the list.

Creating a Dummy HTML Page for Font Styling

In the world of web development, creating a dummy HTML page serves as a practical exercise for understanding font styling and layout. This article outlines the essential components of such a page, demonstrating font sizes, headers, paragraphs, and ordered lists in a conversational and informal tone.

Basic Structure of an HTML Page

The foundation of any HTML document begins with its basic structure. This includes the , , , and tags. Here’s how it looks in code: