Hard
Given the following HTML code:
<a href="image.jpg" data-type="image"> Link </a>
<a href="image.gif" data-type="image"> Link </a>
<a href="doc.pdf" data-type="doc"> Link </a>
<a href="image.png" data-type="image"> Link </a>
Which of the following CSS selectors can be used to style only the links to image files? (check all valid solutions):
Author: Jean-marie CléryStatus: PublishedQuestion passed 1717 times
Edit
3
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about HTML5