wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

form&css

Total questions: 11

Worksheet time: 6mins

Name
Class
Date
1.

sets the color of words in a paragraph

a)

h1 {

color: pink;

}

b)

img {

color: pink;

}

c)

body {

color: pink;

}

d)

p {

color: pink;

}

2.
What does CSS stand for? 
a)
Creative Style Sheets
b)
Cascading Style Sheets
c)
Colorful Style Spread
d)
Computer Style Spread
3.
Which is correct CSS syntax? 
a)
{ body; color=black;}
b)
body: color= black
c)
body {color:black;}
d)
(body color is black) 
4.
Which is the value in this CSS?
p {color: red;}
a)
p
b)
color
c)
red
5.
Which is the selector for a link?
a)
a { }
b)
link { }
c)
href { }
d)
a href { }
6.
What is this an example of?
/* This is a multi-line comment */
a)
Syntax
b)
Property 
c)
Value
d)
Comment
7.

In a form, <input type="text" ...>

a)

cannot be set to "required"

b)

is not valid

c)

will accept multiple lines of characters.

d)

will accept only a single line of characters.

8.

What HTML input type is used to create this form selections?

a)

<input type="text">

b)

<input type="submit">

c)

<input type="password">

d)

<input type="radio">

9.

Checkbox buttons let users select one or more of a particular set of choices

a)

True

b)

False

10.

Allows users to pick just one of a number of options

a)

Radio Button

b)

Check Box

c)

Drop Down List

d)

Password Input

11.

__________ provides an easy way to collect required information from web page visitors.

a)

Link

b)

Form

c)

Image

d)

None of the above