wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Quiz Grade 6

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyper Transfer Markup Language

b)

High Tech Markup Language

c)

HyperText Markup Language

d)

Hyperlink Text Management Language

2.

What does the <title> tag inside the <head> section do?

a)

Displays the page title in the browser tab

b)

Sets the background color of the webpage

c)

Creates a heading on the webpage

d)

Links an external stylesheet

3.

What does the <head> tag contain?

a)

The main content of the webpage

b)

Images and videos

c)

Important information like the title and metadata

d)

All visible text and links

4.

Which tag is used to create paragraphs in HTML?

a)

Para

b)

PAragraph

c)

<p>

d)

<text>

5.

What does the <a> tag do in HTML?

a)

Creates a paragraph

b)

Inserts an image

c)

Creates a hyperlink to another webpage

d)

Adds a line break

a)

Create a paragraph with "Go to Google" text

b)

Display an image linked to Google

c)

Create a clickable link to Google

d)

Insert a title for the webpage

10.

What will the following HTML code display?
<p>Welcome to my website!<br>Enjoy your stay.</p>

a)

"Welcome to my website! Enjoy your stay." (on the same line)

b)

"Welcome to my website!" (on one line) and "Enjoy your stay." (on the next line)

c)

"Welcome to my website!<br>Enjoy your stay." (as written in the code)

d)

"Welcome to my website! <new line> Enjoy your stay."