
CHILD SELECTORS

Quiz
•
Computers
•
12th Grade
•
Hard
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