CSS Quiz SOL

CSS Quiz SOL

9th - 12th Grade

26 Qs

quiz-placeholder

Similar activities

HTML 9

HTML 9

9th Grade

23 Qs

Web Development: HTML/CSS Basics

Web Development: HTML/CSS Basics

9th - 12th Grade

25 Qs

HTML Attributes and Structure

HTML Attributes and Structure

9th - 12th Grade

25 Qs

HTML Basics_EEBA

HTML Basics_EEBA

8th Grade - University

21 Qs

Web Design- CSS Review

Web Design- CSS Review

KG - University

30 Qs

CSS

CSS

5th Grade - Professional Development

25 Qs

CSS basic concepts 1027

CSS basic concepts 1027

10th Grade

21 Qs

Introduction to CSS Quiz

Introduction to CSS Quiz

10th Grade

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