wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Elements

Total questions: 22

Worksheet time: 44mins

Name
Class
Date
1.

HTML Tag is a _______________ tag based programming language

a)

Hyper Time Marking Language

b)

Head Title Meta Language

c)

Hyper Text Markup Language

d)

H1 Text Moving Language

2.

The _________ element can include a title for the document, scripts, styles, meta information, and more

a)

HTML

b)

Head

c)

Title

d)

Body

3.

The ___________ tag is required in all HTML documents and defines the title of the document.

a)

HTML

b)

Head

c)

Title

d)

Body

4.

The ___________ element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.

a)

HTML

b)

Head

c)

Title

d)

Body

5.

___________ defines the most important heading.

a)

HTML

b)

Head

c)

H1

d)

H6

6.

___________ defines the least important heading.

a)

HTML

b)

Head

c)

H1

d)

H6

7.

The ________ tag defines a paragraph

a)

<span>

b)

<div>

c)

<para>

d)

<p>

8.

The ________ tag is a phrase tag used to define importance.

a)

<span>

b)

<strong>

c)

<para>

d)

<img>

9.

The ________ tag has the ability to render a still picture on a web page.

a)

<movie>

b)

<audio>

c)

<video>

d)

<img>

10.

The ________ tag specifies videos, such as movies or series on websites like Netflix or Youtube.

a)

<movie>

b)

<audio>

c)

<video>

d)

<img>

11.

The ________ tag specifies a list where order is not important

a)

<br>

b)

<div>

c)

<ul>

d)

<li>

e)

<ol>

12.

The ________ tag specifies a list where order is important

a)

<br>

b)

<div>

c)

<ul>

d)

<li>

e)

<ol>

13.

The ________ tag specifies a list where a blank line is to be inserted.

a)

<br>

b)

<div>

c)

<ul>

d)

<li>

e)

<ol>

14.

The ________ tag defines a division or section of an HTML document.

a)

<br>

b)

<div>

c)

<ul>

d)

<li>

e)

<ol>

15.

Which is the proper way to write an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>

16.

Which list tag would you use for an ordered list

a)

<h1></h1>

b)

<ol></ol>

c)

<ul></ul>

d)

<a></a>

17.

Which of the following is the code for a paragraph to be blue?

a)

<td style=“background-color:blue;”>

b)

<h1 style=“font-size:60px;”>

c)

<p style=“color:blue;”>

d)

<tagname style=“property:value;”>

18.

What is the font size in this code: <p style=“color:blue; background-color:yellow;

font-size:60px”>Hello</p>

a)

20pixles

b)

40pixels

c)

50pixels

d)

60pixels

19.
Which of the following is the largest heading? 
a)
H2
b)
H3
c)
H4
d)
H6
20.
</body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
21.
</html>
a)
Found after </h1>
b)
Found after </style>
c)
Found after </body>
d)
Found at bottom of written code
22.

Which set contains all of the DEFAULT tags needed to create a webpage?

a)

<!DOCTYPE html>

<html>

<head>

</head>

<body>

</body>

</html>

b)

<html>

<head>

</head>

<body>

</body>

</html>

c)

<!DOCTYPE html>

<html>

<head>

</head>

</html>

d)

<!DOCTYPE html>

<html>

<head>

</head>

<body>

</body>