wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML lesson 8 J6

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

HTML tags are element names surrounded by __________.

a)

<angle brackets>

b)

(round brackets)

c)

[square brackets]

d)

(round brackets) and [square brackets]

2.

The start tag is also called the ____________, and the end tag the closing tag.

a)

start tag

b)

beginning tag

c)

new tag

d)

opening tag

3.

Which symbol identifies a closing tag?

a)

<>

b)

/

c)

()

d)

\

4.

<p> tag is for...

a)

Page of Text

b)

Picture

c)

Paragraph of text

d)

Pineapples

5.

The _____ element defines a large heading

a)

<h2>

b)

<h1

c)

<h3>

d)

<h4>

6.

HTML is used for?

a)

Building App

b)

Building Web Page

7.

Which one of these tags is an end tag ?

a)

<p>

b)

<p/>

c)

</p>

8.
Which of the following correctly creates a link to another webpage?
a)
<a href="page2.html"> Page 2 </a>
b)
<a src="page2.html"> Page 2 </a>
c)
<a http="page2.html"> Page 2 </a>
d)
<a file="page2.html"> Page 2 </a>
9.

The <a> tag represents

a)

A zelda

b)

A link

c)

An animation

d)

An image

10.

How many levels of headings are available to use in HTML?

a)

6

b)

1

c)

2

d)

10