wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Lessons 1-2

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

HTML coding involves using ____________ to create webpages.

a)

Tabs

b)

Tags

c)

Labels

d)

Quotes

2.
HTML tags are always surrounded by
a)
( )
b)
{ }
c)
< >   
d)
"  "
3.
Which character is used to indicate an end tag?
a)
*
b)
<
c)
/
d)
^
4.

Which tag would you use to make a heading?

a)

<heading></heading>

b)

<bigger></bigger>

c)

<h></h1>

d)

<h1></h1>

5.

Which tag would you use to create a paragraph:

a)

<pr></pr>

b)

<p></p>

c)

<para></para>

d)

<par></par>

6.

Which of the listed heading tags creates the largest heading?

a)

h1

b)

h2

c)

h3

d)

h6

7.

Which of the following tags will create a horizontal line across the page?

a)

<hr>

b)

<line>

c)

<p>

d)

<grid>

8.

Which of the following creates the smallest header?

a)

<h2></h2>

b)

<h3></h3>

c)

<h4></h4>

d)

<h6></h6>

9.

Which tag declares that the document is a HTML document

a)

<body>

b)

<head>

c)

<title>

d)

<html>

10.

What does HTML stand for?

a)

HyperText Making Language

b)

HyperText Multiple Language

c)

HyperText Markup Language

d)

HyperTransfer Markup Language

11.

Which tag configures the next element or portion of text to display on a new line?

a)

<line>

b)

<nl>

c)

<br>

d)

<new>

12.

In what section of the HTML document does the <title> element located if you are using embedded style?

a)

title

b)

header

c)

nav

d)

head

13.

What does the highlighted (blue) tag do? <p>My favourite colour is blue<br>I support Southend United.
</p>

a)
it will make the text bold
b)
it will place the text on another line
14.

Which of the following codes starts a set of HTML code?

a)

<html>

b)

<doctype html>

c)

<!DOCTYPE HTML>

d)

<doctype><html>

15.

The information to be displayed in the document must be inside the container:

a)

<title>...</title>

b)

<img>

c)

<body>...</body>

d)

<br>