wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Programming - Intro to HTML

Total questions: 15

Worksheet time: 23mins

Name
Class
Date
1.

HTML coding involves using ____________ to create webpages.

a)

Tabs

b)

Tags

c)

Labels

d)

Quotes

2.

HTML stands for...

a)

Hyper Text Markup Language

b)

High Tech MachineLanguage

c)

High Tech Modem Language

d)

Hyper Tech Markup Lexicon

3.

This coding is used to create a paragraph:

a)

<pr></pr>

b)

<p></p>

c)

<para></para>

d)

<par></par>

4.

Which tag would you use to make a heading?

a)

<heading></heading>

b)

<bigger></bigger>

c)

<h></h1>

d)

<h1></h1>

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

Which tag pair is used to create the largest heading?

a)

<h1></h1>

b)

<h9></h9>

c)

<h type = "largest"></h>

d)

<h6> </h6>

7.

Everything visible on a web page goes between these two tags.

a)

<body> </body>

b)

<title> </title>

c)

<header> </header>

d)

None of the Above

8.

Which tag is used to define a single line break?

a)

<br>

b)

<slb>

c)

<linebreak>

d)

<line>

9.

What symbol indicates a closing tag?

a)

/

b)

>

c)

.

d)

)

10.

An HTML program is saved by using the ____ extension.

a)

A. .ht

b)

B. .html

c)

C. .hml

d)

D. None of the above

11.

A program in HTML can be rendered and read by

a)

A. Web browser

b)

B. Server

c)

C. Interpreter

d)

D. None of the above

12.

Which set contains all of the DEFAULT tags needed to create a webpage?

a)

<!DOCTYPE html>

<html>

<head>

</head>

<body>

</body>

</html>

b)

<html>

<head>

</head>

<body>

</body>

</html>

c)

<!DOCTYPE html>

<html>

<head>

</head>

</html>

d)

<!DOCTYPE html>

<html>

<head>

</head>

<body>

</body>

13.
http://www.google.com is an example of a what?
a)
URL
b)
IP address
c)
Browser
d)
Application
14.
What does HTTP stand for?
a)
Hypotext Transfer Protype
b)
Hyperactive Text Protocol
c)
Hypertext Transfer Protocol
15.

The _____ element defines the largest heading

a)

<h2>

b)

<h1>

c)

<h3>

d)

<h4>