You have already completed these exercises!
Do you want to take them again?
You completed the CSS Attribute Selectors Exercises from W3Schools.com
Share on:
Which selector matches elements with a class attribute value that starts with "top"?
"top"
[class|="top"]
[class^="top"]
[class$="top"]
[class*="top"]