Edit in JSFiddle


              
<P>
    This is anonymous text before the SPAN.
    <SPAN>This is the content of SPAN.</SPAN>
    This is anonymous text after the SPAN.
</P>
p    { display: inline; border: 1px solid red;}
span { display: block }