CHILD SELECTORS

CHILD SELECTORS

12th Grade

15 Qs

quiz-placeholder

Similar activities

Unit C Review

Unit C Review

10th - 12th Grade

18 Qs

Gmetrix HTML & CSS Session 4 Test

Gmetrix HTML & CSS Session 4 Test

9th - 12th Grade

10 Qs

js DOM

js DOM

12th Grade - Professional Development

20 Qs

uCertify Lesson 2 Quiz Advanced HTML

uCertify Lesson 2 Quiz Advanced HTML

8th - 12th Grade

20 Qs

Compuscholar Chapter 7 Practice Exam

Compuscholar Chapter 7 Practice Exam

9th - 12th Grade

20 Qs

#4 CodeCademy/ Khan Academy Weekly Quizz

#4 CodeCademy/ Khan Academy Weekly Quizz

9th - 12th Grade

10 Qs

CSS Selectors

CSS Selectors

9th - 12th Grade

15 Qs

Part 1 Advance HTML and CSS

Part 1 Advance HTML and CSS

9th - 12th Grade

20 Qs

CHILD SELECTORS

CHILD SELECTORS

Assessment

Quiz

Computers

12th Grade

Hard

Created by

StarxlyM StarxlyM

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What type of selector is very similar to descendants but has different functionality?

Group Selectors

Multiple Style Rules

Child Selectors

Attribute Selectors

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which attribute selector selects all paragraph elements with a lang attribute?

p[lang~="fr"]

p[lang="fr"]

p[lang]

p[lang|="en"]

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In which type of CSS inclusion method are the rules defined using the