Coding Heaven logo

Coding Heaven

HTML. Creation of a Basic Web Page

Write a basic HTML page that includes a header, paragraph, and an unordered list. This exercise will help you practice the fundamentals of HTML structure and elements.

Requirements:

  • The page must contain an <h1> header with the text 'Welcome to My Page'.
  • There should be a <p> paragraph describing the page.
  • Include an unordered list (<ul>) with at least one list item (<li>).

Feeling stuck? Check this out:

HTML: All you need to know

Code Editor

🧪 Test Terminal

Waiting for tests to run...