Consider the following code:
div[class^="stronger"] { }
{em
...
}
Which of the following statements is true?
Correct Answer: It applies the rule only on divs who belong to a class that begins with "stronger".
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More CSS MCQ Questions