CSS Quiz SOL

CSS Quiz SOL

9th - 12th Grade

26 Qs

quiz-placeholder

Similar activities

Code Quiz

Code Quiz

KG - University

21 Qs

Advanced Web Designing

Advanced Web Designing

12th Grade

25 Qs

Web I Final Review

Web I Final Review

9th - 12th Grade

25 Qs

Web Technologies

Web Technologies

12th Grade

22 Qs

HTML & CSS Test

HTML & CSS Test

6th - 12th Grade

30 Qs

Web Design May 12

Web Design May 12

11th Grade

27 Qs

IGCSE - ICT - Cascading Style Sheets

IGCSE - ICT - Cascading Style Sheets

8th - 10th Grade

30 Qs

IT HTML Certification

IT HTML Certification

9th - 11th Grade

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