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 1849 times
Edit
5
Community EvaluationsNo one has reviewed this question yet, be the first!
8
What are the two methods that can be used to send data to a server in HTML5?8
What is the `contenteditable` attribute in HTML5?7
What is the selector `nav a[href^=http://]`?6
How to create a navigation section in HTML56
How to add a sandbox attribute to an iframe in HTML57
What is the HTML element that is used to group related content?6
What is the `<output>` element in HTML5?