wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML - Year 8

Total questions: 10

Worksheet time: 5mins

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.
<body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
3.
<p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
4.

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>

5.
HTML uses
a)
Tabs
b)
Tags
c)
Labels
d)
Quotes
6.

What does a closing tag look like?

a)

< >

b)

<\ >

c)

</ >

d)

<< >>

7.

What does a opening tag look like?

a)

< >

b)

</ >

c)

<< >>

d)

<

8.
</html>
a)
Found after </h1>
b)
Found after </style>
c)
Found after </body>
d)
Found at bottom of written code
9.

Which of the following matches the output from the HTML code below?

<p><u>Hello <i>there<i><u><p>

a)

Hello there

b)

Error

c)

Hello there

d)

Hello there

10.

Why won't this line of HTML code work?

<p><b>Hello Year 8<p><b>

a)

You need to use {} instead of <>

b)

8 needs to be spelled in letters like eight

c)

No / in the end tags