wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 12

Worksheet time: 7mins

Name
Class
Date
1.
What does HTML stand for?
a)
Hypertext Making Language
b)
Hyper Transfer Markup Language
c)
Hypertext Markup Language
d)
Hyper Transfer Making Language
2.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
3.

A <tag>___________

a)

Is used to divide sections

b)

Is not needed in HTML

c)

Tells the browser how to format our content

d)

Is part of the title line in HTML

4.

This is a self-closing tag

a)

<head> </head>

b)

<body></body>

c)

<!DOCTYPE html>

d)

<title> </title>

e)

<br/>

5.

<p> </p> is a ____________

a)

punctuation tag

b)

closing paragraph tag

c)

closing punctuation tag

d)

paragraph tag

6.
</p> is
a)

punctuation tag

b)

closing paragraph tag

c)

closing punctuation tag

d)

opening paragraph tag

7.

<br/> stands for

(a)  

8.

tells the browser that we have used HTML to code our page.

a)

<head> </head>

b)

<body> </body>

c)

<!DOCTYPE html>

d)

<title> </title>

e)

<html> </html>

9.

It tells our browser what version of HTML our page has been coded in

a)

<head> </head>

b)

<body> </body>

c)

<!DOCTYPE html>

d)

<title> </title>

e)

<html> </html>

10.

It will be the title of the browser window when you open the page in your browser.

a)

<head> </head>

b)

<body> </body>

c)

<!DOCTYPE html>

d)

<title> </title>

e)

<html> </html>

11.

All the content you want to see displayed in your web page goes inside this tag

a)

<head> </head>

b)

<body> </body>

c)

<!DOCTYPE html>

d)

<title> </title>

e)

<html> </html>

12.

Lets you start your text on a new line

a)

<head> </head>

b)

<p> </p>

c)

<!DOCTYPE html>

d)

<br/>

e)

<html> </html>