wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Intro

Total questions: 33

Worksheet time: 33mins

Name
Class
Date
1.

What do you call a document that can be accessed through the world wide web?

a)

Webpage

b)

Website

c)

Web browser

d)

Web search engine

2.

What do you call a program that interprets HTML?

a)

Webpage

b)

Website

c)

Web browser

d)

Web

3.

<p> </p>

a)

paragraph tags

b)

heading tags

c)

hyperlink

d)

picture tag

4.

The <body> contains everything that is displayed on the webpage.

a)

True

b)

False

5.

HTML is the language used to create .....

a)

Web Pages

b)

iPad Applications

c)

Mobile Applications

d)

Games

6.

The LAST tag on a HTML document

a)

</body>

b)

<html>

c)

</html>

d)

None on the above

7.

</body>

a)

Opening Body tag

b)

Paragraph tag

c)

Closing body tag

d)

Header tag

8.

<body>

a)

Opening body tag

b)

Paragraph tag

c)

Closing body tag

d)

Header tag

9.

The correct way to write an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>

10.

What goes in the <head> section

a)

Links

b)

Title

c)

Hair

d)

Body

11.

a)

<title>The 90s</title>

b)

<h1>The 90s</h1>

c)

<head>The 90s</head>

d)

<li>The 90s</li>

12.
a)

<h1>The 90s</h1>

b)

<p>The 90s</p>

c)

<body>The 90s</body>

d)

<html>The 90s</html>

13.
a)

Welcome to Mr. Anderson's Website

b)

<h1>Welcome to Mr. Anderson's Website</h1>

c)

<Welcome to Mr. Anderson's Website>

d)

<title>Welcome to Mr. Anderson's Website</title>

14.

We use <br /> tag to create...

a)

a space

b)

a line

c)

a line break

d)

a word break

15.

___________ defines the most important heading.

a)

HTML

b)

Head

c)

H1

d)

H6

16.

___________ defines the least important heading.

a)

HTML

b)

Head

c)

H1

d)

H6

17.
HTML tags should always be enclosed in
a)
Curly Braces { }
b)
Angle Brackets < >
c)
Parentheses ( )
d)
Square Brackets [ ]
18.
A closing tag should look like 
a)
<\ >
b)
</ >
c)
<. >
d)
</close>
19.
Which of these heading tags is the smallest?
a)
<h1>
b)
<h2>
c)
<h5>
d)
<h6>
20.
<br>:
a)
Breaks the site into pages. No closing tag.
b)
Creates a line break.  No closing tag.
c)
Creates a line break.  Requires a closing tag.
d)
Breaks the site into pages. Requires a closing tag.
21.
Which of these statements about heading <h> tags is true?
a)
As the number gets bigger, the heading gets bigger?
b)
As the number gets bigger, the heading gets smaller?
22.
The address of a document or other file accessible on the Internet
a)
URL
b)
HTML
c)
CSS
d)
Browser
23.
Every HTML document must have the following
a)
html,head,title,body
b)
html,body,paragraph,end
c)
head,body,title
d)
head and body
24.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
25.
Text that when clicked takes the user to a different webpage of website is known as...
a)
A Hyperlink
b)
A Hotspot
c)
A Slice
d)
A Text Frame
26.
Which line contains an error:
1. <html>
2. <head> <title>Hello World!<title>
3. </head>
4. </html>
a)
Line 1
b)
Line 2
c)
Line 3
d)
Line 4
27.
Which symbol do we use to close a tag?
a)
#
b)
/
c)
?
d)
$
28.

Which code below is correct for a hyperlink

a)

<a>

"https://google.com"

Click Me

</a>

b)

<a>Click Me>

"https://google.com"

</a>

c)

<a herf="https://google.com">

Click Me

</a>

d)

<a href="https://google.com">

Click Me

</a>

29.

src attribute in an image tag means what?

a)

Source of the image

b)

Name of the image

c)

Description of the image

d)

Not used with image tag

30.

Which of the following do you need to cite for a source

a)

Name of author and work

b)

Name of the site you sourced work from

c)

Year of work

d)

All of the above

31.

Angelo is thinking of how to create his website, how can you help him?

a)

Tell him to put on lots of texts, graphics, music

b)

Tell him to make his site complicated for it to be interesting

c)

Tell him to keep his site simple but pleasing to the eyes

d)

Tell him to make the layout of his website messy

32.

<img>

a)

image tag

b)

video tag

c)

hyperlink tag

d)

table tag

33.

Select the correct line of code

a)

<h2>New Title<h2>

b)

<h2 New Title h2>

c)

<h2>New Title</h2>

d)

<h2>New Title