wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Intro to CSS Styling Quiz

Total questions: 5

Worksheet time: 3mins

Name
Class
Date
1.

What is the main purpose of CSS?

a)

To add images to a webpage

b)

To make websites interactive

c)

To control the look and style of a website

d)

To create links to other pages

2.

Which of the following is a correct CSS property?

a)

link

b)

text-color

c)

font-size

d)

paragraph

3.

Where do you place internal CSS in an HTML file?

a)

Inside the <body> tag

b)

Inside the <style> tag in the <head>

c)

Inside a <css> tag

d)

After the closing </html> tag

4.

What symbol is used to open and close a CSS rule?

a)

[ ]

b)

( )

c)

{ }

d)

< >

5.

What does the term "stylesheet" refer to in CSS?

a)

A document full of pictures

b)

A list of HTML tags

c)

A set of rules that style a webpage

d)

A page with JavaScript code