Easy
What images will be displayed and visible on the screen by a modern browser on a classic screen without changing the default settings?
<div class="container">
<img src="image1.jpg" 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>
</div>
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
6
How to add a sandbox attribute to an iframe in HTML57
What is the HTML element that is used to group related content?6
How to create a navigation section in HTML58
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
What is the `<output>` element in HTML5?