I'm restructuring some page blocks and I wanted to know if I can put a type label of img
within a header
Is it correct? or simply a figure> img structure is as follows:
<section>
<header>
<img src="http://lorempixel.com/400/200/sports/1" alt="">
</header>
<h2></h2>
<article>
<a href=""><span></span> </a>
<a href=""><span></span> </a>
<a href=""><span></span> </a>
</article>
</section>