wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML & CSS Review

Total questions: 9

Worksheet time: 5mins

Name
Class
Date
1.
Which language is used to create webpages?
a)
HTML
b)
CSS
c)
JavaScript
d)
All 3: HTML, CSS, and JavaScript
2.
Which language gives a web page its structure?
a)
JavaScript
b)
CSS
c)
HTML
d)
ALL 3
3.
Which language gives a web page its style?
a)
HTML
b)
CSS
c)
JavaScript
d)
All 3
4.
Which HTML tag is best for Website titles?
a)
<img>
b)
<h4>
c)
<h1>
d)
<p>
5.
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>
6.
Which image tag is correct?
a)
<img src="url">
b)
<img> url </img>
c)
<img url>
d)
<img src=url>
7.
What tags will this CSS rule set style?
a)
font-family
b)
h2
c)
h1
d)
color: red
8.
What color will h2 elements be?
a)
#00adad
b)
h2
c)
helvetica
d)
red
9.
Which selector is used to style the whole web page?
a)
html
b)
body
c)
p
d)
font-family