span
Define a span of text for inline style application.
Usage:
<span style="">
</span>
| Tag Attribute | Used To... |
|---|---|
| style | Specify an inline style for this tag. |
Best Practice Examples:
NOTE:
This tag is usable in all e-mail clients. Good thing too, since neither
<p> nor <div> are supported by all clients.
The span tag is typically used within text blocks to
immediately change the appearance of text within a text block. Once the
</span> tag is encountered, the text style returns
to the previous definition.
This reference was created for Innovyx by Steve Cartoon Q3 2007. All rights reversed.