wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML (Basics)

Total questions: 18

Worksheet time: 12mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyperlink Text Making Language

b)

Hyper Text Markup Language

c)

How The Media Loads

d)

Hyperlinks, Text, and Media Language

2.

HTML uses text inside angle brackets < >. These are known as...

a)

Elements

b)

HTML

c)

Tags

d)

Headings

3.

What is missing from this image tag? <img alt="A picture of a cute dog">

a)

The source of the image

b)

Where the image goes in the web page

c)

If the image is still or if it is a video

d)

When the image should be displayed

4.

In an image tag, what does the 'alt' attribute do?

a)

Shows the image

b)

Provides a text description of the image

c)

Provides an alternative image

d)

Tells the browser what to do if someone clicks the image

5.

Which is the correct order for these list tags?

a)

<li>

<ul> </ul>

</li>

b)

<ul>

</ul> <li>

</li>

c)

<ul>

<li> </ul>

</li>

d)

<ul>

<li> </li>

</ul>

6.

Which section of a web page contains information about the web page such as the title and style.

a)

Head

b)

HTML

c)

Body

d)

Paragraph

7.

Which section of a web page does the content go into?

a)

HTML

b)

Head

c)

Body

d)

Style

8.

What does the <title> tag do?

a)

Makes the text bold like a page title

b)

Adds a heading to the page with the text in it

c)

Displays the title of the page in the browser tab

d)

Allows you to save the file as a web page

9.

What is the difference between a <h1> and a <h3> tag?

a)

<h1> is bigger than <h3>

b)

<h3> is bigger than <h1>

c)

<h1> cannot be used for titles

d)

<h3> cannot be used for titles

10.

How do you add a blank line to a web page?

a)

<hr>

b)

<blank>

c)

<br>

d)

<break>

11.

In a <table>, what does the <th> tag do?

a)

it defines the table row

b)

It displays the data for that cell on screen

c)

It doesn't do anything

d)

Makes the data in that cell bold like a heading

12.

In a <table>, what does the <td> tag do?

a)

it defines the table row

b)

It displays the data for that cell on screen

c)

It doesn't do anything

d)

Makes the data in that cell bold like a heading

13.

In a <table>, what does the <tr> tag do?

a)

it defines the table row

b)

It displays the data for that cell on screen

c)

It doesn't do anything

d)

Makes the data in that cell bold like a heading

14.

What does <hr> do?

a)

Adds a horizontal line across the page

b)

Adds the current time in hours to the page

c)

It is a placeholder for blank content

d)

It adds a heading to the page

15.

Some of you managed to work with CSS style statements. What does the following statement do: color:blue;

a)

It turns the page blue

b)

It turns the text blue

c)

It turns the page anything but blue

d)

It makes a blue box around an image

16.

How well have you understood this topic?

a)

Not well

b)

Sort of well

c)

Quite well

d)

Very well

17.

Have you enjoyed this topic

a)

Yes

b)

No

c)

At times

18.

What suggestions would you make?

4 lines