#1 Default HTML Test Page

If you can see this page, your HTML file is working correctly!


1. Text-Level Markup

This is a standard paragraph element (<p>) used to display blocks of text. You can use it to test typography, line height, and default font spacing.

Here is some bold text, some italicized text, and a hyperlink.

2. List Elements

Unordered List

Ordered List

  1. First sequential step
  2. Second sequential step

3. Basic Form Elements