Basic Document Structure Lab

Easy
178
8
84.8% Acceptance

In this lab, you will create a basic HTML document structure. You will start by declaring the document type, then create the html, head, and body tags to establish the structure for the content.

You will also add a title tag inside the head section of the document and set its value to Document Structure Lab. This title will represent the web page's title in the browser's title bar or tab.

Inside the body section, you will create an h1 tag with the text Document Structure Lab which serves as the main heading for the web page.

Additionally, you will create a paragraph tag containing the text Welcome to the Document Structure Lab. which provides a brief introduction for the lab.

It's recommended to copy paste the text instead of typing out the text. The text is directly compared, do not make any typos!