wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Styling Web pages using css

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

1. What does CSS Stand for ?

a)

Cascading Style Scene

b)

Cascading Style Sheet

c)

Car scating snow sled

d)

Cascading Select Sheet

2.

2. What would this do to a webpage with h1 tags

h1 { text-decoration:underline;

}

a)

It make all the h1 tagged text be underlined

b)

It would make just one h1 tagged text to be underlined

c)

It would underline all the text in the webpage

d)

It make all the text turn red

3.

3. What special character needs to be used to tell the browser at the end of each line of css code ?

a)

@

b)

()

c)

; ( Semi- colon)

d)

: (colon)

4.

4. Chose the css code that would change the colour of text

a)

color = red;

b)

color = red = text;

c)

color:red;

d)

red : color;

5.

5. What errors are in this css code

p ( text-align: center:)

a)

p needs to be capital (P)

b)

no errors in the code

c)

should be text = center;

d)

should use { }, not () and ; to end not :

6.

What does html stand for ?

a)

hypotext Make Up Language

b)

Hypertext Markup Language

c)

Hypertex Maxup Language

d)

Hypertest Markup Language

7.

7. What type of software is Google Chrome

a)

Operating System software

b)

Internet Explorer Software

c)

Broswer software

d)

Web page software

8.

8. Which tag will create a new line underneath it ?

a)

<break>

b)

<b> </b?

c)

<br>

d)

<line break>

9.
a)

missing { in front of h1, ; after blue and - after text

b)

missing { in front of h1

c)

missing ()

d)

no html code

10.

10. What does this code do in a html page :

<head>

<link rel="stylesheet" href="style.css">

</head>

a)

It is a link to a webpage called styl;e

b)

It allows the webpage work

c)

It is needed for all web pages

d)

It attached a style sheet called style.css so it can style the html