Archived
Which images will be displayed by a modern browser (Internet Explorer 9+, Chrome stable, Firefox stable, Safari 5+) ?
<div class="container">
<img src="image1.bmp" alt="">
<p style="position: absolute; left: -1000em">
<img src="image2.jpg" alt="">
</p>
<p style="visibility: hidden;">
<img src="image3.jpg" alt="">
</p>
<p style="display: none;">
<img src="image4.jpg" alt="">
</p>
<img src="404.html" onerror="this.src = 'image5.jpg'" alt="">
</div>
-3
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?5
Write a doctype for HTML56
How to add a sandbox attribute to an iframe in HTML56
How to create a navigation section in HTML56
What is the HTML element that is used to group related content?6
Calculate the vertical spacing between 2 paragraphs in HTML5