Back Main GuestBook Contact Music (JS) Appendix

<SPAN></SPAN> - Grouping Inline Content

This tag is new to HTML 4.0 and thus is only supported by newer browsers (such as NS4 and MSIE4). It sections and groups inline HTML content for organization and to apply style sheets.

This tag must be closed at the end of the grouped content by typing </SPAN>.

Attributes for <SPAN>

  %coreattrs %i18n %events

Samples:

Section One Section Two Section Three


Here is the code for the sample above:

<p>
<SPAN style="color: FF0000">Section One</SPAN>
<SPAN style="text-decoration: underline">Section Two</SPAN>
<SPAN>Section Three</SPAN> </p>