wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Structure and Headings

Total questions: 11

Worksheet time: 10mins

Name
Class
Date
1.

Where does the content visible to users go in an HTML document?

a)

<head>

b)

<title>

c)

<body>

d)

<meta>

2.

HTML stands for...

a)

Hyper Time Multiple Language

b)

Hyper Text Mark-up Language

c)

Hippo T-Rex Mascot Lemur

d)

Hipper Text Make Language

3.

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>

4.

Which character is used to indicate an end tag?

a)

!

b)

#

c)

/

d)

\

5.

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>

6.

Choose the correct HTML element for the largest heading:

a)

<head>

b)

<h1>

c)

<heading>

d)

<h6>

7.

HTML controls the _________ of a webpage.

a)

feel

b)

precision

c)

structure

d)

style

8.

More than 90 percent of websites on the Internet are coded using HTML.

a)

True

b)

False

9.

Which of the following creates the smallest header?

a)

<H2><./H2>

b)

<H3></H3>

c)

<H4></H4>

d)

<H6></H6>

10.
HTML tags are always surrounded by
a)
( )
b)
{ }
c)
< >   
d)
"  "
11.

What is the purpose of the <head> section in an HTML document?

a)

To display the main content of the website

b)

To contain metadata and links to external resources

c)

To add interactive elements to the webpage

d)

To add headings to the webpage