Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Quiz 1

Total questions: 9

Worksheet time: 5mins

Name
Class
Date
1.

<!DOCTYPE html>

a)

Tells the Web Browser what language we are using.

b)

Stores information about the webpage. (Title)

c)

Stores the content we see on the webpage. (Images & Paragraphs)

d)

Is like a box that all our HTML elements are stored.

2.

<html> </html>

a)

Tells the Web Browser what language we are using.

b)

Stores information about the webpage. (Title)

c)

Stores the content we see on the webpage. (Images & Paragraphs)

d)

Is like a box that all our HTML elements are stored.

3.

<head> </head>

a)

Tells the Web Browser what language we are using.

b)

Stores information about the webpage. (Title)

c)

Stores the content we see on the webpage. (Images & Paragraphs)

d)

Is like a box that all our HTML elements are stored.

4.

<body> </body>

a)

Tells the Web Browser what language we are using.

b)

Stores information about the webpage. (Title)

c)

Stores the content we see on the webpage. (Images & Paragraphs)

d)

Is like a box that all our HTML elements are stored.

5.

The tag(s) that are used for Paragraphs.

a)

<p> </p>

b)

<para> </para>

c)

<p> <p>

d)

<paragraph> </paragraph>

6.

The tag(s) that are used for the Largest Heading.

a)

<h1> </h1>

b)

<h6> </h6>

c)

<h1> <h1>

d)

<h1> </h6>

7.

The tag(s) that are used for the Smallest Heading.

a)

<h1> </h1>

b)

<h6> </h6>

c)

<h6> <h6>

d)

<h1> </h6>

8.

The shortened version of 'Image' we use for our tag.

(a)  

9.

The shortened version of 'Source' that we use for our image.

(a)