You are here:  NetStrider » Tutorials » HTMLRef » Section S:Z «

HTML Reference Guide

Author: Randy D. Ralph.   In place March 1, 1999.   Copyright © 1999 NetStrider.   Presented as a public service.
Section S : Z
Select the Section below which Corresponds
to the First Letter of an HTML Command
 
A : D
 
 
E : H
 
 
I : L
 
 
M : R
 
 
S : Z
  

<S> some text </S>
learn more Renders the enclosed text as stricken through.

Equivalent command: <STRIKE>

<SAMP> some text </SAMP>
learn more Renders the enclosed text in a nonproportionally spaced font, generally Courier New or Courier font.

See related commands: <CODE>, <LISTING>, <PRE>, <TT>, <XMP>.

<SELECT params>
  <OPTION>Displayed Option 1
  <OPTION>Displayed Option 2
  . . .

</SELECT>

Command Parameters: 
multiple name= size=

learn more Defines a list of choices within a <FORM> when used in conjunction with <OPTION> statements.

See also:  <FORM>, <OPTION>.

<SMALL> some text </SMALL>
learn more Renders the enclosed text a font size smaller than normal text.

See related command: <FONT>

<SOUND params>

Command Parameters: 
delay= loop= src=

learn more In the Mosaic browser only, plays a .WAV file as in inline sound.

See related commands: <BGSOUND>, <EMBED>

<SPACER params>

Netscape Specific Command Parameters: 
align= height= size= type= width=

Unpaired Tag 

learn more In the Netscape browser this command can produce either a vertical or horizontal white space depending on the supplied command parameters.  This command does not work in the Internet Explorer browser.  In the Internet Explorer browser the <TABLE> command can be used to produce some similar effects.

See related command: <PRE>

<SPAN params> some text </SPAN>

Internet Explorer Specific Command Parameters: 
class= style=

See:  Microsoft's excellent online workshop A User's Guide to Style Sheets.

learn more Used with Style Sheets this command renders the enclosed text according to the supplied parameters.

Style Sheets currently only work with the Internet Explorer browser.

See related command: <FONT>

<STRIKE> some text </STRIKE>
learn more Renders the enclosed text as stricken through.

Equivalent command: <S>

<STRONG> some text </STRONG>
learn more Renders the enclosed text as bold.

Preferred command: <B>

<SUB> subscripted text </SUB>
learn more Renders the enclosed text
as subscripted.  Unless otherwise indicated, this also reduces the font size.

Related command: <SUP>

<SUP> superscripted text </SUP>
learn more Renders the enclosed text
as superscripted.  Unless otherwise indicated, this also reduces the font size.

Related command: <SUB>

<TABLE params>
    defined table contents
</TABLE>

General Command Parameters: 
align= bgcolor= border= cellpadding= cellspacing= height= valign= width=

Internet Explorer Specific Command Parameters: 
background= bordercolor= bordercolorlight= bordercolordark= frame= rules=

learn more Contains and defines the attributes of a table.  Tables can contain a caption and table headers.  Tables must contain at least one column and one row.

Related command: <FRAMESET>

<TBODY> table body </TBODY>
learn more Encloses and defines the body segment of a table in the Internet Explorer browser only.

See: <TABLE>

<TD params>
    table data cell contents
</TD>

General Command Parameters: 
align= bgcolor= height= valign= width=

Internet Explorer Specific Command Parameters: 
background= bordercolor= bordercolorlight= bordercolordark=

learn more Encloses and defines each table data cell within a table.  Table data cells must be enclosed within table rows.

See: <TABLE>

<TEXTAREA params>
  Included text
</TEXTAREA>

Command Parameters: 
rows= cols= wrap

learn more Defines a block text input area in a <FORM>.

See also:  <FORM>, <INPUT>.

<TFOOT> table footer </TFOOT>
learn more Encloses and defines the footer segment of a table in the Internet Explorer browser only.

See: <TABLE>

<TH params>
    table header contents
</TH>

General Command Parameters: 
align= bgcolor= height= valign= width=

Internet Explorer Specific Command Parameters: 
background= bordercolor= bordercolorlight= bordercolordark=

learn more Encloses and defines the table column headers.

See: <TABLE>

<THEAD> table header </THEAD>
learn more Encloses and defines the header segment of a table in the Internet Explorer browser only.

See: <TABLE>

<TITLE params>
    HTML document title
</TITLE>
learn more Encloses and defines the HTML document title.  Occurs only in the <HEAD> document segment.  Generates the title display in the browser window title bar.

See: <HEAD>

<TR params>
    table row contents
</TR>

General Command Parameters: 
align= bgcolor= height= valign= width=

Internet Explorer Specific Command Parameters: 
background= bordercolor= bordercolorlight= bordercolordark=

learn more Encloses and defines each table row within a table.

See: <TABLE>

<TT> some text </TT>
learn more Renders the enclosed text in a nonproportionally spaced font.

See related commands: <CODE>, <LISTING>, <PRE>, <SAMP>, <XMP>.

<U> underlined text </U>
learn more Renders the enclosed text as underlined.

<UL params>
    <LI>list items
</UL>

Command Parameters: 
type=

learn more Defines an unordered list, i.e., a bullet or "burger dot" list.

See related commands: <DL>,<MENU>, <OL>.

<WBR>

Unpaired Tag 

learn more Forces a word break even when the NOWRAP attribute has been set.

See related command: <BR>.

<XMP> some example code </XMP>
learn more Renders the enclosed text in a nonproportionally spaced font and suspends interpretation of enclosed commands such that they display rather than being interpreted by the browser.  The command also forces white space above and below.

See related commands: <CODE>, <LISTING>, <PRE>, <TT>.

 
A : D
 
 
E : H
 
 
I : L
 
 
M : R
 
 
S : Z
  
Select the Section above which Corresponds
to the First Letter of an HTML Command

Author: Randy D. Ralph.  In place January 26, 1999.  Copyright © 1999 NetStrider.  Presented as a public service.

Return to the Table of Contents.









Hosted by uCoz