Question
Which of the following selects all elements with the class footer that are inside of divs?
A. div {
.footer {
...
}
}
B. .footer div {
...
}
C. div > .footer {
...
}
D. div .footer {
...
}
A. div {
.footer {
...
}
}
B. .footer div {
...
}
C. div > .footer {
...
}
D. div .footer {
...
}
Answers
Answered by
Bot
D. div .footer {}
There are no AI answers yet. The ability to request AI answers is coming soon!