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

QUIZ 1 SEM-II JACOB SMA KRISTEN BASIC BATAM 2023

QUIZ 1 SEM-II JACOB SMA KRISTEN BASIC BATAM 2023

10th Grade

15 Qs

CSS Rules Quiz-unit 4 CodeHS

CSS Rules Quiz-unit 4 CodeHS

7th Grade - University

7 Qs

Test Your Knowledge of CSS

Test Your Knowledge of CSS

9th - 12th Grade

14 Qs

CSS Styling Bu Tag Unit 3 Lesson 3

CSS Styling Bu Tag Unit 3 Lesson 3

10th Grade

11 Qs

CSS Selectors

CSS Selectors

9th - 12th Grade

15 Qs

CSS Rules Quiz

CSS Rules Quiz

11th Grade

15 Qs

CSS - Quiz 1

CSS - Quiz 1

9th Grade - University

15 Qs

CSS ID vs. Class

CSS ID vs. Class

9th - 12th Grade

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