Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Intro to HTML

Total questions: 18

Worksheet time: 36mins

Name
Class
Date
1.

<p> </p>

a)

paragraph tags

b)

heading tags

c)

hyperlink

d)

picture tag

2.

<img>

a)

image tag

b)

video tag

c)

hyperlink tag

d)

table tag

3.

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

a)

True

b)

False

4.

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

a)

Web Pages

b)

iPad Applications

c)

Mobile Applications

d)

Games

5.

The LAST tag on a HTML document

a)

</body>

b)

<html>

c)

</html>

d)

None on the above

6.

Tag is used to insert images

a)

<img>

b)

<picture>

c)

<photo>

d)

<image>

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.

Every website begins with a file named...

a)

page.html

b)

start.html

c)

main.html

d)

index.html

11.

Inserts a line break

a)

<hr>

b)

<br>

c)

<ol> </ol>

d)

<li> </li>

12.

<img src="phone.gif"/>

a)

inserts a link

b)

inserts an image

c)

inserts a title

d)

does nothing

13.

What goes in the <head> section

a)

Links

b)

Title

c)

Hair

d)

Body

14.

a)

<title>The 90s</title>

b)

<h1>The 90s</h1>

c)

<head>The 90s</head>

d)

<li>The 90s</li>

15.
a)

<h1>The 90s</h1>

b)

<p>The 90s</p>

c)

<body>The 90s</body>

d)

<html>The 90s</html>

16.
a)

<img src="phone.png"/>

b)

<image src="phone.png"/>

c)

<image>phone</image>

d)

<img src=phone.png>

17.
a)

<img src="face.png"/>

b)

<image src="face.png"/>

c)

<img="face.png"/>

d)

<"face.png"/>

18.
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>