wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML5 & CSS3 Refresher

Total questions: 21

Worksheet time: 11mins

Name
Class
Date
1.
CSS instructions can be:
-Applied inline to individual HTML elements on an HTML page.
-Embedded within an HTML page to affect all specified elements on that page.
-Collected in an external file that is linked to multiple HTML pages.
a)
True
b)
False
2.
_____is a text file that contains CSS formatting instructions to define the font, color and position of elements used on any markup page(s) to which you attach the style sheet.
a)
<DOCTYPE!>
b)
<main>
c)
An external CSS file, or style sheet
d)
HTML
3.
Which is the most current version of CSS?
a)
CSS1
b)
CSS2
c)
CSS3
d)
CSS4
4.
What does HTML stand for?
a)
Hypertext Medium Language
b)
Hippo Tries Making Licorice
c)
Hypertext Markup Lingo
d)
Hypertext Markup Language
5.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
6.
Name an element which doesn't have a closing tag.
a)
<img>
b)
<head>
c)
<body>
d)
<p>
7.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
8.
The content of the web (such as your pictures, text, links) will show up here. 
a)
Head
b)
Body
c)
Style
d)
Folder
9.
Which of the following is the largest heading? 
a)
H2
b)
H3
c)
H4
d)
H6
10.
There simple, easy-to-use programs allow you to enter, edit, save, and print text.
a)
text editor
b)
web browser
c)
domain name
d)
webmaster
11.
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.
12.
What code is a heading?
a)
h1
b)
p
c)
b
d)
a
13.
CSS controls the.....
a)
Coding
b)
Subject Matter
c)
Style
d)
Robots
14.
P is for......
a)
place
b)
part
c)
potty
d)
paragraph
15.
<html>
a)
Gives you structure and text
b)
Not needed when creating HTML sites
c)
Goes after the <h1>
d)
Goes after the <body>
16.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
17.
</h> is
a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
18.
</html>
a)
Found after </h1>
b)
Found after </style>
c)
Found after </body>
d)
Found at bottom of written code
19.
What is the difference between HTML and CSS?
a)
CSS is one type of HTML
b)
HTML gives a webpage structure. CSS provides styling.
c)
CSS structures a webpage. HTML strictly provides styling.
d)
There is no difference.
20.
<!DOCTYPE> 
a)
Defines the document type
b)
Defines a comment
c)
Defines the document's body
d)
Defines information about the document
21.

What is a CSS selector?

a)

The value in a markup tag you want to change with a CSS style

b)

Any element to which designated styles are applied

c)

A format instruction in a CSS file

d)

The property in a markup tag to which designated styles are applied