HTML Tag and Attribute Reference


<S>
<S> . . . </S>
The enclosed text is struck through with a horizontal line. Sample




<SAMP>
<SAMP> . . . </SAMP>
The enclosed text is a sample.



<SCRIPT>
<SCRIPT> . . . </SCRIPT>
Define a script within a document.

Attributes
charset=name
Specify the character set used to encode the script.

defer
Defer the execution of the script.

language=lang
Specify the language used to create the script.

source=url
Specify the URL of an outside file containg the script to be laoded and run with the document.

type=type
Specify the MIME type of the script.




<SELECT>
<SELECT> . . . </SELECT>
Define a multiple-choice menu or scrolling list within a <FORM>, containing one or more <OPTION> tags.

Attributes
...




<SERVER>
<SERVER> . . . </SERVER>
N* Define a LiveWire script.




<SMALL>
<SMALL> . . . </SMALL>
Format the enclosed text using a smaller typeface.



<SPACER>
<SPACER> . . . </SPACER>

Attributes
type=type
Specify the type of spacer to use. vertical inserts space between two lines of text. horizontal inserts space between words or characters. block inserts a rectangular space such as an <IMG> object.

size=n
Specify size in pixels for either width of horizontal spacer, or height of vertical spacer.

width=n
Specify the width in pixels of a block spacer.

height=n
Specify the height in pixels of a block spacer.

align=value
Specify alignment of block spacer with surrounding text. Values are the same as for the <IMG> tag.




<SPAN>
<SPAN> . . . </SPAN>
Specify style-sheet formatting to text between tags.

Attributes
style=elements
Specify the cascading style-sheet elements for the text in the span.





<STRIKE>
<STRIKE> . . . </STRIKE>
The enclosed text is struck through with a horizontal line. Sample




<STRONG>
<STRONG> . . . </STRONG>
Strongly emphasize the enclosed text.




<STYLE>
<STYLE> . . . </STYLE>
Define one or more document level styles.

Attributes
dir=dir
Specify the rendering direction for the title text, either left to right (ltr) or right to left (rtl)

lang=language
Specify the laguage used for this tag's title using a standard two-character ISO language name.

media=list
Specify a list of media types upon which this object can be rendered.

title=string
Specify a title for this tag.

type=type
Define the format of the styles (e.g., text/css).





<SUB>
<SUB> . . . </SUB>
Format the enclosed text as a subscript. Sample




<SUP>
<SUP> . . . </SUP>
Format the enclosed text as a superscript. Sample