Solved

Identify the Attribute Selector That Matches All Div Elements Whose

Question 95

Multiple Choice

Identify the attribute selector that matches all div elements whose class attribute begins with the text string "col-".


A) ​div[class^="col-"]
B) ​div[class|="col-"]
C) ​div[class$="col-"]
D) ​div[class˜="col-"]

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions