Hard
Which statements are true regarding the image management on this web page?
<h1>Latest news</h1>
<nav>
<ul>
<li><a href="/economy"><img src="icon-economy.jpg" alt=""></a></li>
<li><a href="/politics"><img src="icon-politics.jpg" alt=""></a></li>
<li><a href="/social"><img src="icon-social.jpg" alt=""></a></li>
<li><a href="/entertainment"><img src="icon-entertainment.jpg" alt=""></a></li>
</ul>
</nav>
<main>
<article>
<h2><img src="icon-blog-large.jpg" alt=""> Should Brussels host Edward Snowden?</h2>
<img src="article-id-1337-cover.png" width="600" height="250" class="article-cover" style="float:left">
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. At, recusandae! Molestiae quisquam voluptates ad similique a blanditiis eligendi, maiores sapiente vitae ipsam illum alias, accusamus, accusantium iste ipsa magnam sunt exercitationem eum. Aliquid suscipit ea vero vel! Rerum reiciendis assumenda fugit quisquam porro reprehenderit quidem, esse corporis provident repudiandae!</p>
</article>
</main>
Author: Jean-marie CléryStatus: PublishedQuestion passed 1818 times
Edit
4
Community EvaluationsNo one has reviewed this question yet, be the first!
7
What is the selector `nav a[href^=http://]`?6
How to add a sandbox attribute to an iframe in HTML56
How to create a navigation section in HTML58
What is the `contenteditable` attribute in HTML5?7
What is the HTML element that is used to group related content?8
What are the two methods that can be used to send data to a server in HTML5?6
What is the `<output>` element in HTML5?