previous | start | next


SPAN

<SPAN
STYLE=css1 properties>
</SPAN>

Applies style information to text and other HTML elements within a document. SPAN can be used for localized formatting of text by using STYLE= as an attribute. For the application of CSS1 properties to text elements, STYLE is the preferred element.

The end-tag is required.

STYLE=css1 properties
Specifies style information.

Example

<SPAN STYLE="margin-left: 1.0in"> This paragraph is 1.0 inches from the 
left margin.</SPAN>



previous | start | next