wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

5P- HTML 5 Web Design Monday

Total questions: 9

Worksheet time: 7mins

Name
Class
Date
1.
Where would you find the tag </HTML>?
a)
At the start of a webpage.
b)
At the end of a webpage.
c)
In the header of a webpage.
d)
In the footer of a webpage.
2.
Which tag would you use to close a numbered list?
a)
</ol>
b)
<\nl>
c)
</ul>
d)
<\ul>
3.

HyperText Markup Language, a language used to create web pages, is better known as?

a)

Website

b)

Internet Explorer

c)

HTML

d)

Hyperlink

4.

The parts of HTML source code that mark the start and end of various parts of a webpage, and which consist of a command between the symbols '<' and '>' (< >) are called what?.

a)

Tags

b)

Elements

c)

Sections

d)

Labels

5.

The tag that signals to a computer that the file it is reading is an HTML document is _____________ .

a)

<web>

b)

<!DOCTYPE html>

c)

<head>

d)

<html>

6.

What goes in the <head> section?

a)

A brain

b)

the title

c)

hair

d)

the body

7.

Which of these is a correct starting tag?

a)

<H1>

b)

</H1>

c)

<H!>

d)

</H/>

8.

Which is these is a correct ending tag?

a)

<body>

b)

</body/>

c)

<'body'>

d)

</body>

9.
Which heading tag is the largest in size?
a)
<h1>
b)
<h2>
c)
<h3>
d)
<h4>