wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

StVirgil HTML quiz

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.
What does HTML stand for?
a)
Hypertext Making Language
b)
Hyper Transfer Markup Language
c)
Hypertext Markup Language
d)
Hyper Transfer Making Language
2.

Tags in HTML, for example <p> text </p> :

a)

Is used to play a game.

b)

Is not needed in HTML

c)

Tells the browser how to format our content

d)

Is part of the title line in HTML

3.

<h> is

a)

Header Tag

b)

Hard Tag

c)

Help Tag

d)

Closing header tag

4.

Different size heading tags use:

a)

Letters (ie: ha; hb)

b)

Numbers (i.e: h1; h2)

c)

Quotations (ie: h'; h")

5.

Which of the following is the largest heading?

a)

H1

b)

H3

c)

H6

6.

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>

7.
<p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
8.
</p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
9.
<body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
10.

What does a closing tag look like?

a)

< >

b)

<\ >

c)

</ >

d)

<< >>

11.

HTML tags are always surrounded by

a)

( ) or (/ )

b)

{ } or {/ }

c)

< > or </ >

d)

" " or "/ "

12.

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

a)

True

b)

False

13.
Which syntax is correct?
a)
<a>Click me<a>
b)
<h1>About Me</h1>
c)
<p>This is a paragraph.
d)
<h2 Coding is cool /h2>
14.
Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of what?
a)
Search engines
b)
Websites
c)
Web Browsers
d)
Text editors
15.

More than 90 percent of websites on the Internet are coded using HTML.

a)

True

b)

False

16.
The World Wide Web Consortium (W3C) plays which role in the web development standards?
a)
It creates websites accessible to everyone.
b)
It develops the standards for HTML and CSS.
c)
It develops web browsers.
d)
It is the agency that controls the World Wide Web.
17.
Which language gives a web page its structure?
a)
JavaScript
b)
CSS
c)
HTML
d)
ALL 3
18.
Which language gives a web page its style?
a)
HTML
b)
CSS
c)
JavaScript
d)
All 3
19.
What does CSS stand for? 
a)
Creative Style Sheets
b)
Cascading Style Sheets
c)
Colorful Style Spread
d)
Computer Style Spread
20.
Which is correct CSS syntax? 
a)
{ body; color=black;}
b)
body: color= black
c)
body {color:black;}
d)
(body color is black) 
21.
Which CSS code centers text?
a)
p {align: center;}
b)
p {text-align: center;}
c)
p {align=center;}
d)
p {center;}
22.

What unit of measurement does CSS use for size?

a)

px

b)

em

c)

%

d)

All of these work.

23.
Which is the correct way to specify the color of a paragraph of text?
a)
p { color:#ff0000; }
b)
p { text-color:#ff0000; }
c)
p { font-color: #ff0000; }
24.

HTML and CSS are generally stored in two separate files:

a)

True

b)

False

25.

Groklearning.com is a great way to learn new skills:

a)

Strongly Agree

b)

Agree

c)

Neutral

d)

Disagree

e)

I don't have time to learn new skills.