wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

GAME QUIZ

Total questions: 10

Worksheet time: 70secs

Name
Class
Date
1.

What does CSS stand for?

a)

Cascading Style Sheets

b)

Computer Style Sheets

c)

Colorfull Style Sheets

d)

Creative Style Sheets

2.

What is the correct HTML for referring to an external style sheet?

a)

<style src="mystyle.css">

b)

<link rel="stylesheet" type="text/css" href="mystyle.css">

c)

<stylesheet>mystyle.css</stylesheet>

3.

Which HTML tag is used to define an internal style sheet?

a)

<style>

b)

<script>

c)

<css>

4.

Which HTML attribute is used to define inline styles?

a)

styles

b)

class

c)

style

d)

font

5.

Which is the correct link syntax?

a)

<a href=“page2.html”> CLICK HERE TO GO TO PAGE 2 a/>

b)

<a href “page2.html”> CLICK HERE TO GO TO PAGE 2 <a/>

c)

<a href=“page2.html”> CLICK HERE TO GO TO PAGE 1 <a/>

d)

<a href=“page2.html”> CLICK HERE TO GO TO PAGE 2 <a/>

6.

What is the missing character in this statement: <title LINK FOR FACEBOOK</title>

a)

.

b)

""

c)

>

d)

<

7.

What is the missing character in this statement:

<a href "https://www.facebook.com"> FACEBOOK.COM <a>

a)

<\

b)

= /

c)

; "

d)

< >

8.

Which property is used to change the background color?

a)

background-color

b)

color

c)

bgcolor

9.

Which CSS property is used to change the text color of an element?

a)

color

b)

fgcolor

c)

text-color

10.

What is the correct CSS syntax for making all the <p> elements bold?

a)

p {font-weight:bold;}

b)

p {text-size:bold;}

c)

<p style="font-size:bold;">

d)

<p style="text-size:bold;">