Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Code.Org HTML Tags Quiz

Total questions: 16

Worksheet time: 8mins

Name
Class
Date
1.

What does this code do? <p>

a)

Period

b)

Paragraph

c)

Parenthesis

d)

Font

2.

How do you properly close a code?

a)

< / >

b)

< \ >

3.

Which heading is the smallest?

a)

h3

b)

h2

c)

h1

d)

h4

4.

Which creates a numbered list?

a)

<li>

b)

<ol>

c)

<nl>

d)

<bl>

5.

What does this code mean?

a)

Headers

b)

Hot dogs

c)

Heading

6.

Which creates a numbered list?

a)

<li>

b)

<ol>

c)

<nl>

d)

<bl>

7.

Which creates a bulleted list?

a)

<ol>

b)

<li>

c)

<ul>

d)

<bl>

8.

A note in the source code of a computer program that helps explain the code to people who read it:

a)

Whitespace

b)

HTML Tag

c)

CSS

d)

Comment

9.

HTML stands for:

a)

HyperText Markup Language

b)

HyperTurbo Machine Language

c)

HappyTime Makeup Lounge

d)

HyperTraining Making Language

10.

The parts of HTML source code that mark the start and end of various elements on the page, and which consist of a command between angle brackets (< > ), are called tags.

a)

True

b)

False

11.

The tag pair <h2> </h2> creates content larger than that created by the tag pair <h5> </h5>.

a)

True

b)

False

12.

The largest size heading tag - often used to create the main heading of a web page - is ____ .

a)

<h1> </h1>

b)

<h2> </h2>

c)

<h5> </h5>

d)

<h6> </h6>

13.

</h1> is:

a)

Opening Heading Tag

b)

Half of a Tag

c)

Headline Tag

d)

Closing Heading Tag

14.

Which line contains the error?

a)

2

b)

5

c)

7

d)

10

15.

Which is the name of the tool you may use to help you highlight unfamiliar code?

a)

Explore HTML

b)

Do This

c)

Inspector Tool

16.

Which line of code has a "bug"?

a)

1

b)

3

c)

5

d)

6