Anonymous block boxes

Anonymous block boxes

by sanaes

HTML

<P style="background:rgb(39,241,188)">
This is anonymous text before the SPAN.
<SPAN style="background:#ff0">This is the content of SPAN.</SPAN>
This is anonymous text after the SPAN.
</P>

CSS

p    { display: inline }
span { display: block }