-
a[title]{...} -
a > title {...} -
a.title {...} -
a=title {...}
Correct Answer:
-
a[title]{...}
Using an attribute selector, how would you select an element with a "title" attribute?
a[title]{...}a > title {...}a.title {...}a=title {...}Correct Answer:
a[title]{...}Latest Updates
No posts found in this category.