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 1758 times
Edit
4
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?6
Calculate the vertical spacing between 2 paragraphs in HTML58
What is the `contenteditable` attribute in HTML5?6
What is the HTML element that is used to group related content?6
How to create a navigation section in HTML56
How to add a sandbox attribute to an iframe in HTML55
Write a doctype for HTML5