WEB: Unit 3 Lesson 3 CSS Selectors By Class

WEB: Unit 3 Lesson 3 CSS Selectors By Class

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Gabriel Mersman 4.2 - 4.5 Quiz

Gabriel Mersman 4.2 - 4.5 Quiz

9th Grade

10 Qs

CSS Selectors

CSS Selectors

11th Grade

10 Qs

CSS Selector Practice

CSS Selector Practice

10th - 12th Grade

13 Qs

REVIEW QUIZ- 1QX-COMP9

REVIEW QUIZ- 1QX-COMP9

9th Grade

15 Qs

CSS coding

CSS coding

11th Grade

10 Qs

Introduction to CSS

Introduction to CSS

11th - 12th Grade

15 Qs

Web I: CSS Debug

Web I: CSS Debug

9th - 12th Grade

15 Qs

แบบทดสอบก่อนเรียนหน่วยที่ 4 ว 23293

แบบทดสอบก่อนเรียนหน่วยที่ 4 ว 23293

9th Grade

10 Qs

WEB: Unit 3 Lesson 3 CSS Selectors By Class

WEB: Unit 3 Lesson 3 CSS Selectors By Class

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Steve Wills

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?

Colorful Style Sheets

Creative Style Sheets

Computer Style Sheets

Cascading Style Sheets

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS selector is used to define a style for a group of elements?

Tag

ID

Element

Class

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you select elements with the class name 'alert' in CSS?

*alert

alert

.alert

#alert

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct format to select p elements with the class 'alert'?

p #alert

.alert p

p.alert

.p alert

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can a single HTML element have multiple classes?

Yes, but only two

Yes, separated by commas

Yes, separated by spaces

No, it's not possible

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid class name?

1classname

class_name

class-name

classname2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when an element has both class and tag selectors applied in CSS?

The class selector is applied

Both selectors are applied

Neither selector is applied

The tag selector is applied

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?