Html Basics


!


×

Before we start:


1.Please leave no space at the end or at the beginning of your answers. So that the answers can match each other.



3.If you wrote the correct answer but the website keeps saying try again, wrong or incorrect, please make sure that your answer doesn't contain spaces at the end, start or in-between



?


What is a paragraph element?


A paragraph element is an element used to create a paragraph text on a webpage.


Marks:0

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.


Home