Back to main list

Block element inside inline element - XHTML 1.0

Example

DIV

Markup

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