This is the basic layout of an html document

Basic HTML Elements

The !DOCTYPE html element is a required preamble, it is placed at the top of an html document to instruct the web browser on how to render the web pages.

The html element serves as the root element for an html document and acts as the container for all other elements in an html document.

The head element is a required preamble, it is placed at the top of an html document to instruct the web browser on how to render the web pages

The body element serves as the main container for all the visible content you see on the web pages

The title element defines the title of an html document, which is a required piece of metadata.It must be placed inside the head section of a webpage and must contain text only.
Example code

Question 1
We Use images so that you can't copy and paste.

This element is used to create a ...?
1.Title
2.Table
3.Paragraph
4.Heading
Answer
Your answer is...
The answer is...
Continue
Enter your answer below.