-
a[href="#"] {...} -
a[href~="#"] -
a[href^="#"] -
a[href="#"]
Correct Answer:
-
a[href="#"]
Which selector would select only internal links within the current page?
a[href="#"] {...}a[href~="#"]a[href^="#"]a[href="#"]Correct Answer:
a[href="#"]Latest Updates
No posts found in this category.