Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CSS

Total questions: 14

Worksheet time: 10mins

Name
Class
Date
1.

Set the color of the border

a)

border-style

b)

border-width

c)

border-color

d)

width

2.

sets the color of words in a paragraph

a)

h1 {

color: pink;

}

b)

img {

color: pink;

}

c)

body {

color: pink;

}

d)

p {

color: pink;

}

3.

The blue is called an _____________

a)

Declaration

b)

Selector

c)

Property

d)

Value

4.

how many types of CSS

a)

1 type

b)

2 types

c)

3 types

d)

4 types

5.

css extension ?

a)

.html

b)

.css

c)

both .html and .css

d)

none of the above

6.

are called as

a)

declaratory

b)

dectation

c)

declaration

d)

doctory version cary gieogratically vision

e)

celetrative easy

7.

<p style="background-color:red">

a)

inline style

b)

embedded style

c)

external style

d)

internal style

8.
a)

external

b)

internal

c)

inline

9.
Karen wants to begin a new line within a paragraph of text on a webpage. Which code should she use?
a)
<li>
b)
<h1>
c)
<hr>
d)
<br>
10.
What is the proper code to insert an image named "frog.jpg"?
a)
<img src="frog" width="104" height="142">
b)
<img="frog.jpg" width="104" height="142">
c)
<img src="frog.jpg" width="104" height="142">
d)
<img ="frog" width="104" height"142">
11.

Which rule set would change the font size to 24?

a)

font-size: 24

b)

size: 24;

c)

font-size: 24;

d)

font size: 24;

12.

Which one is the largest heading?

a)

h1

b)

h2

c)

h4

d)

h6

13.

What is the correct code for a paragraph in CSS?

a)

P

b)

<p> </p>

c)

.p

d)

p{

}

14.
Which of the following is NOT a function of the <title> </title> element?
a)
Defines a title in the browser tab.
b)
Provides a title for the page when added to favorites/bookmarks
c)
Creates the first heading on the index page of the website
d)
Displays a title for the page in search engine results