wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML V 0.1

Total questions: 35

Worksheet time: 22mins

Name
Class
Date
1.

Choose the correct HTML element for the largest heading:

a)

<head>

b)

<h3>

c)

<h4>

d)

<h1>

2.

<h6> is the smallest heading tag

a)

True

b)

False

3.

Choose the correct HTML element to define bold text

a)

<i>

b)

<h2>

c)

<b>

4.

Which character is used to indicate a closing tag?

a)

<

b)

?

c)

&

d)

/

5.

Which of the following creates the smallest header?

a)

<H2><./H2>

b)

<H3></H3>

c)

<H4></H4>

d)

<H6></H6>

6.

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

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

Which tag pair is used to create the largest heading?

a)

<h1></h1>

b)

<h9></h9>

c)

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

d)

<h6> </h6>

9.

Which is the correct HTML tag for creating an unordered list?

a)

<ul>

b)

<uline>

c)

<u>

d)

<under>

10.

This coding is used to create a paragraph:

a)

<pr></pr>

b)

<p></p>

c)

<para></para>

d)

<par></par>

11.

Which of these is another name for a web page address?

a)

CSS

b)

JAVA

c)

URL

d)

CNN

12.

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>

13.

HTML elements are represented by ________

a)

attributes

b)

Title

c)

Tags

d)

Information

14.

__________ is the special character inserted in the end tag.

a)

/

b)

\

c)

!

d)

@

15.

___________________is the root element of an Html page

a)

head

b)

title

c)

html

16.

Which of the following is NOT included in the IMAGE tag code?

a)

img

b)

src

c)

h1

d)

alt

17.

Which is an example of a complete image tag?

a)

<img "dog.jpg">

b)

<img src="dog.jpg" alt="my dog"/>

c)

img=dog.jpg

d)

<src="dog.jpg" alt="my dog">

18.

src is short for:

a)

source

b)

image

c)

screen

d)

html

19.

Where will I see the Preview to my Website?

a)

left column

b)

right column

c)

center column

20.

Which portion of this tag is the text that will show up if there is a problem with my photo link?


<img src="cat.jpeg" alt="cat jumping"/>

a)

img src=

b)

cat.jpeg

c)

cat jumping

d)

alt=

21.

The tags used for lists are:

a)

<ul>

b)

<li>

c)

<ol>

d)

<il>

22.

Which tag is used in ordered lists and unordered lists to define a list item

a)

<b>

b)

<i>

c)

<p>

d)

<li>

23.

Which list tag would you use for an unordered list

a)

<h1></h1>

b)

<ol></ol>

c)

<ul></ul>

d)

<a></a>

24.

TRUE OR FALSE:

Lists must have closing tags

a)

True

b)

False

25.
What is the function of the <p> tag?
a)
Defines a paragraph.
b)
Makes the text purple.
c)
It pushes the text to the right.
d)
Prints the webpage.
26.
HTML tags are always surrounded by
a)
( )
b)
{ }
c)
< >  
d)
"  "
27.
<ul> creates what type of list?
a)
Uniformed
b)
Unordered
c)
Ordered
d)
Unprogrammed
Unicode
28.

Which of the following symbols indicates an ending tag in HTML?

a)

;

b)

/

c)

<>

d)

!

29.
Which is correct CSS syntax? 
a)
{ body; color=black;}
b)
body: color= black
c)
body {color:black;}
d)
(body color is black) 
30.
What symbols go around the properties for each CSS selector?
a)
< >
b)
[ ]
c)
{ }
d)
( )
31.
Which is the value in this CSS?
p {color: red;}
a)
p
b)
color
c)
red
32.
What is this an example of?
/* This is a multi-line comment */
a)
Syntax
b)
Property 
c)
Value
d)
Comment
33.

This is a picture of a ____.

a)

CSS Rule

b)

HTML Rule

c)

Tags

d)

Coding

34.

What color will this element be?

a)

Green

b)

Blue

c)

Red

d)

No color

35.

The tag #blue-text is written twice. Due to the "Order of Precedence" the text that will appear when you run the code will be what color?

a)

Red

b)

Blue

c)

Green

d)

Purple