CSS Quiz SOL

CSS Quiz SOL

9th - 12th Grade

26 Qs

quiz-placeholder

Similar activities

HTML5 & CSS3 Refresher

HTML5 & CSS3 Refresher

7th - 12th Grade

21 Qs

CSS basic concepts 1027

CSS basic concepts 1027

10th Grade

21 Qs

HTML and CSS Basics Quiz

HTML and CSS Basics Quiz

12th Grade

27 Qs

4.01 Test

4.01 Test

9th - 12th Grade

28 Qs

WEB: Guess the CSS!

WEB: Guess the CSS!

9th Grade

23 Qs

HTML 9

HTML 9

9th Grade

23 Qs

Introduction to CSS Quiz

Introduction to CSS Quiz

10th Grade

21 Qs

National 5 Computing Science - WDD

National 5 Computing Science - WDD

10th Grade

22 Qs

CSS Quiz SOL

CSS Quiz SOL

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Leaann Jules

Used 2+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cascading Style Sheet rules are comprised of:

Selectors and Attributes

Properties and Declarations

Selectors and Declarations

Elements and Attributes

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When CSS is coded in the body of the web page as an attribute of an HTML tag it is called _______.

Imported

Embedded

Inline

External

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the items below that can be used as a CSS Selector.

a class name

an HTML element

an id name

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will configure all the span elements with red (#FF0000) text color?

.span { color: #FF0000; }

span { color: #FF0000; }

#span { color: #FF0000; }

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To apply a style to one or more of elements on a web page, configure a CSS __________.

attribute

group

class

id

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An External Style Sheet uses the ____ file extension.

.css

.ess

.html

No file extension is necessary

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use the ______ element to associate a web page with an external style sheet.

a

target

link

include

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?