Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML review

Total questions: 15

Worksheet time: 9mins

Name
Class
Date
1.

What is the most important thing to remember when trying to describe this page to someone over the telephone?

a)

The information that is on the page

b)

The way the information looks

c)

Both the information and how it looks

d)

The pictures

2.

This code is provided by Code.org

a)

True

b)

False

3.

I type my code inbetween the body tags

a)

True

b)

False

4.

When are the head tags used?

(a)  

5.

What is the WHOLE THING called?

a)

HTML element

b)

HTML tag

c)

HTML

d)

content

6.

What is the red boxed area called?

a)

opening tag

b)

content

c)

HTML

d)

angled bracket

7.

What makes the closing tag DIFFERENT than the opening tag?

a)

the slash telling the computer to stop

b)

nothing, they're the same

c)

the angled brackets

8.

What do we call the information between the tags?

(a)  

9.

What do the tags <p> and </p> tell the computer?

(a)  

10.

What does a heading do on a web page?

a)

Add structure to your web page

b)

Break up the information so it's easier to read

c)

Make words and phrases different sizes

11.

How many different heading tags are there?

a)

1

b)

2

c)

12

d)

6

12.

If I wanted to recreate this on my web page:

a)

Biggest would be an <h1>

b)

Biggest would be an <h3>

c)

Biggest would be an <h6>

13.

If I wanted to recreate this on my web page:

a)

Smallest would be an <h1>

b)

Smallest would be an <h6>

c)

Smallest would be an <h3>

14.

What kind of a relationship do heading tags have to their size

a)

h1 is the biggest and h6 is the smallest

b)

h1 is the smallest and h6 is the biggest

c)

neither, no matter the number, the size is all the same

15.

If I have an <h1> I have to ALSO have an </h1>. Why?

a)

because you do

b)

so that the computer knows where to stop

c)

because it makes the code more interesting to look at

d)

it makes my life more difficult