wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Unit 3 : Creating the web pages of the pictorial computer di

Total questions: 28

Worksheet time: 14mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyper Tremendous Movie Lines

b)

Hyper Text Markup Language

c)

Hey Thanks for Making me Late

2.

You'd use <img src="" /> to ______.

a)

start a new website

b)

indent a paragraph

c)

log off your computer

d)

put an image on a page

3.
Which of the following is the largest heading? 
a)
H2
b)
H3
c)
H4
d)
H6
4.

What does a opening tag look like?

a)

< >

b)

</ >

c)

<< >>

d)

<

5.

What does a closing tag look like?

a)

< >

b)

<\ >

c)

</ >

d)

<< >>

6.

What should a HTML web page start with?

a)

<b>

b)

<li>

c)

<html>

d)

<start>

7.

What should a HTML web page end with?

a)

</html>

b)

<head>

c)

</end>

d)

</body>

8.

Which tag would you use to insert a image?

a)

<marquee>

b)

< a href>

c)

<br>

d)

<img src>

9.

Which tag does not need a closing tag?

a)

<a href>

b)

<head>

c)

<body>

d)

<img src>

10.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
11.
<body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
12.
</body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
13.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
14.
Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of what?
a)
Search engines
b)
Websites
c)
Web Browsers
d)
Text editors
15.

You need a closing tag for an image

a)

True

b)

False

16.
the tag <IMG> would insert what into a web page?
a)
Insert a title
b)
Insert a link
c)
Insert an image
17.
Which is NOT a web browser?
a)
Chrome
b)
Internet explorer
c)
FireFox
d)
Yahoo
18.

What is missing from this HTML skeleton?


<!DOCTYPE html>

<html>

<body>

</body>

</html>

a)

<head></head>

b)

<div></div>

c)

<img></img>

d)

<head>

19.

TRUE OR FALSE: All tags require a closing tag.

a)

True

b)

False

20.
Which tag starts the HTML file
a)
<H>
b)
<HTML>
c)
</HTML>
d)
<body>
21.
The <img> tag controls what?
a)
Insert an image
b)
Insert a video
c)
Insert a new line
d)
Insert a page break
22.

You should save HTML files with which file extension?

a)

a) .htm

b)

b) .index

c)

c) .html

d)

d) both a and c

23.
Which character is used to indicate an end tag?
a)
*
b)
<
c)
/
d)
^
24.
The content of the web page (such as your pictures, text, links) will show up here. 
a)
Head
b)
Body
c)
Style
d)
Folder
25.

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>

26.
<p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
27.
</p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
28.

Which of the following is the smallest heading?

a)

H2

b)

H3

c)

H4

d)

H6