wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML coding

Total questions: 14

Worksheet time: 10mins

Name
Class
Date
1.

What is the biggest heading tags?

(a)  

2.

What tags start and end a paragraph tag?

a)

<p> </p>

b)

</pa> </p>

c)

<pa> </pa>

d)

</p> <p>

3.

What is the smallest heading tags?

(a)  

4.

What is the first tag that you put in a html document?

< >

**hint just type in the word portion

(a)  

5.
Which of the following tags are in the <head>
a)
<p>
b)
<body>
c)
<footer>
d)
<title>
6.

What is the last tag in an html document?

a)

</html>

b)

<html>

c)

</body>>

d)

</footer>

7.
The <body> tag comes after the <head> tag - true or false?
a)
True
b)
False
8.

You should save HTML files with which file extension?

(a)  

9.

Which of the following tags would create the largest heading?

a)

h2

b)

h3

c)

h4

d)

h6

10.

HTML uses _____ to organize information.

a)

Tabs

b)

Tags

c)

Labels

d)

Quotes

11.

HTML stands for...

(a)  

12.

The ____ tag creates a paragraph.

a)

<pr>

b)

<p>

c)

<para>

d)

<par>

13.

Which character is used to create an end or closing tag?

a)

*

b)

<

c)

/

d)

^

14.

Which tags will make your text look Italicized?

a)

<italics>

b)

<li>

c)

<em>

d)

<b>