<span></span>
Examples
Incorrect
<body>
<span><img src="url" alt="frown" /></span>
<p>The span tag-pair is a child that marks a span (a length of other data) within a parent element. So, the span tag-pair cannot stand on its own outside a proper parent element. It must be nested.</p>
</body>
<span><img src="url" alt="frown" /></span>
<p>The span tag-pair is a child that marks a span (a length of other data) within a parent element. So, the span tag-pair cannot stand on its own outside a proper parent element. It must be nested.</p>
</body>
