wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Tags Test 2

Total questions: 19

Worksheet time: 11mins

Name
Class
Date
1.

All HTML Tags are enclosed in ____________

a)

# and #

b)

? and !

c)

/ and \

d)

< and >

2.

What does the / stand for in HTML?

a)

STOP

b)

GO

c)

Paragraph

d)

Beginning

3.

What does the "p" stand for in <p>?

a)

phase

b)

part

c)

paragraph

d)

please, let this class end soon

4.

What does the "h" stand for in

?

a)

Heading

b)

Header

c)

Help!

d)

Hold

5.

What does the 1 in

stand for?

a)

what heading it is

b)

the size the heading is

c)

which heading you want to go first

d)

which heading is the most important

6.

What do the numbers mean in heading tags? (

,

, etc.)

a)

H1 is the largest font size

b)

H1 is the smallest font size

c)

H1 is the medium font size

d)

H1 is the default font size

7.

H1 is the most important heading. It's also the largest heading.

a)

True

b)

False

8.

<h1> is a smaller font size than <h6>.

a)

True

b)

False

9.

Between what two HTML tags does your content go?

a)

<BODY> and </BODY>

b)

<h1> and </h1>

c)

<index> and </index>

d)

<html> and </html>

10.

Which activity would you like to do in this class next week?

a)

Create more Code.Org websites and animations
b)

CodeX

c)

Make a commerical about building an app.

"Code It. Build It. Dance It"

d)

Get our 3D printer working

11.

Which list has headings listed from smallest to largest font size?

a)

<h6>

    <h5>

    <h4>

    <h3>

    <h2>

    <h1>

b)

<h1>

     <h2>

     <h3>

     <h4>

     <h5>

     <h6>

c)

<h6>

     <h4>

     <h5>

     <h3>

     <h1>

     <h2>

12.

Which list has headings listed from largest to small font size?

a)

<h1>

     <h2>

     <h3>

     <h4>

     <h5>

     <h6>

b)

<h6>

    <h5>

    <h4>

    <h3>

    <h1>

    <h2>

c)

<h6>

     <h5>

     <h4>

     <h3>

     <h2>

     <h1>

d)

<h6>

     <h4>

     <h5>

     <h3>

     <h1>

     <h2>

13.

Which of the following characters should be used within an image name? (Select Two.)

a)

"-", "_"

b)

&, %, (, )

c)

Keep the names as short as possible

14.

Which line of code has a "bug"?

a)

1

b)

3

c)

5

d)

6

15.

Which tag would you replace <ol> with to change it to a Bulleted List?

a)

</ol>

b)

<ul>

c)

<bl>

d)

<h1>

16.

Which tag would you replace <ol> with to change it into an Unordered List?

a)

</ol>

b)

<ul>

c)

<p>

d)

<h1>

17.

What is the correct HTML tag for inserting a line break?

a)

hr

b)

br

c)

tr

d)

p

18.

Which attribute is used to specify the URL of an image?

a)

`src`

b)

`href`

c)

`url`

19.

Does the following code have a BUG?

a)

Yes

b)

No