wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Ch. 3 Review - HTML

Total questions: 20

Worksheet time: 5mins

Name
Class
Date
1.

Which tag is used to link web pages to each other?

a)

<link> </link>

b)

<hyperlink> </hyperlink>

c)

<a href = "url of site"> </a>

d)

<body> </body>

2.

In what section of the HTML document does the <style> element located if you are using embedded style?

a)

title

b)

header

c)

nav

d)

head

3.

Which heading/subheading is the biggest font size?

a)

<h1>

b)

<h2>

c)

<h3>

d)

<h6>

4.

<a href="https://www.picturelocation"> Click me <a>

What is missing?

a)

Nothing, it is coded correctly.

b)

The / in the closing tag

</a>

c)

They wrote

herf

5.

<a href+"https://www.picturelocation"> Click me </a>

What is wrong with this code?

a)

It should be

<a href=

b)

It should be

<a href-

c)

It should be

<a href/

6.

<a herf="https://www.picturelocation"> Click me </a>

Is this coded correctly?

a)

Yes

b)

No, they wrote herf

7.

<a href="https://www.picturelocation"> Click me </a>

Is this coded correctly?

a)

Yes

b)

No

8.

What color are links or hyperlinks?

a)

red

b)

blue

c)

yellow

d)

green

9.

When a link or hyperlink is purple and not blue, it means...

a)

That you have never ever clicked on it

b)

You have already clicked on it

c)

It is a virus

10.

which code lets you enter or return to the next line and helps you stack text on top of other text?

a)

<br>

b)

<a href=

c)

<img src

11.

In this code <img src

What does img stand for?

a)

iMac

b)

image

c)

amazing

d)

emma

12.

In this code <img src

What does src stand for?

a)

sauce

b)

source

c)

saucey-sauce

d)

saucer

13.

<img scr="https://www.picturelocation.com">

Is a self closing tag, it does not need a /

a)

True

b)

False

14.
Which tag starts a paragraph?
a)
<p>
b)
<para>
c)
</p>
d)
<paragraph>
15.
The <img> tag controls what?
a)
Insert an image
b)
Insert a video
c)
Insert a new line
d)
Insert a page break
16.

The beginning tag works like the "on" switch and the ending tag works like the "off" switch.

a)

True

b)

False

17.

The universally accepted name for the first page on a website is

a)

home.html

b)

index.html

c)

first.html

18.
HTML tags are always surrounded by
a)
( )
b)
{ }
c)
< >   
d)
"  "
19.

Which of the following is the correct HTML syntax for inserting an image

a)

<img>apple.jpg</img>

b)

<img src="apple.jpg">

c)

<image src="apple.jpg">

d)

<img ="apple.jpg">

20.

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>