Back to main list

Block element inside inline element - HTML 5

Example

DIV

Markup

<span class="test">
  <div class="test">DIV</div>
</span>