wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CSS

Total questions: 5

Worksheet time: 3mins

Name
Class
Date
1.

Vad står CSS för?

a)

Computer Style Sheets

b)

Creative Style Sheets

c)

Cascading Style Sheets

d)

Colorful Style Sheets

2.

Var i ett HTML-dokument ska style-taggen placeras?

a)

i <head> delen

b)

i slutet av dokumentet

c)

direkt efter <html>

d)

i <body> delen

3.

Vilket är rätt CSS syntax?

a)

body:color=black;

b)

body {color: black;}

c)

{body;color:black;}

d)

{body:color=black;}

4.

Hur skriver man en kommentar i CSS?

a)

' this is a comment

b)

// this is a comment

c)

// this is a comment //

d)

/* this is a comment */

5.

Vilken "property" används för att ändra bakgrunden?

a)

background-color

b)

bgcolor

c)

color