CSS Quiz SOL

CSS Quiz SOL

9th - 12th Grade

26 Qs

quiz-placeholder

Similar activities

CSS_Style

CSS_Style

9th - 12th Grade

23 Qs

HTML5/CSS Revision Quiz 2

HTML5/CSS Revision Quiz 2

9th Grade - University

23 Qs

HTML &CSS

HTML &CSS

9th Grade

21 Qs

Web Design SP22 Midterm Review

Web Design SP22 Midterm Review

9th - 12th Grade

23 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

25 Qs

HTML & CSS Review

HTML & CSS Review

7th - 10th Grade

24 Qs

HTML5 & CSS3 Refresher

HTML5 & CSS3 Refresher

7th - 12th Grade

21 Qs

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

7th - 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?