
HTML Tags Implemented
See the standard HTML, HTML+, HTML2, Netscape and Mosaic Documentation for Details of these tags.
Basic Tags
- Anchor with the following attributes (<A>...</A>)
- Address (<address>...</address>)
- Base with the attributes (<base>)
- BlockQuote (<blockquote> ... </blockquote>)
- Bold (<b> ... </b>)
- Body with the attributes (<body>)
- Background - Sets the Background image (See Note 1).
- Bgcolor - Sets the Background text Colour (See Note 1).
- Text - Sets Text Colour (See Note 1).
- Link - Sets Link Colour (See Note 1).
- ALink - To be Implemented (See Note 1).
- VLink - Sets Visited Link Colour (See Note 1).
- Break (<br>) with the following attributes (If decoding HTML Extensions)
- Center (<center> ... </center>)
- Citation (<cite> ... </cite>)
- Code (<code> ... </code>)
- Definition lists (<dl>,<dt>, <dd> and </dt>)
- Definitions (<def> ... </def>)
- Emphisised (<em> ... </em>)
- Headings (<h?>,</h?>) All 6.
- Horizontal rule (<hr>) with the following attributes. (If decoding HTML Extensions)
- Align
- NoShade
- Size
- Width (as a precentage and in pixels)
- Image with the following attributes (<IMG>)
- Alt
- Align
- Bottom
- Left (If decoding HTML Extensions)
- Middle and Center
- Right (If decoding HTML Extensions)
- Top
- Border (If decoding HTML Extensions)
- Height (If decoding HTML Extensions)
- HSpace (If decoding HTML Extensions)
- IsMap
- Src
- Width (If decoding HTML Extensions)
- VSpace (If decoding HTML Extensions)
- Italic (<i> ... </i>)
- IsIndex (<IsIndex>) with the following attributes
- Prompt (If decoding HTML Extensions)
- Listing (Partially)
- Menu
- Meta with the following attributes (<Meta>)
- HTTP-EQUIV
- Refresh - Controls Automatic document reloading (See Note 1).
- Content
- Ordered Lists (<ol>,<li>,</ol>) with the following attributes
- Start in the <ol> tag (If decoding HTML Extensions)
- Type (If decoding HTML Extensions)
- Value in the <li> tag (If decoding HTML Extensions)
- Paragraph (<p>) with the following attributes
- Align (If decoding HTML Extensions)
- Center
- Left (The Default)
- Right
- Preformatted (<pre> ... </pre>) with the following attributes.
- Quote (<quote> ... </quote>)
- Sample (<samp> ... </samp>)
- Strikethrough (<strike> ... </strike>)
- Underlined (<u> ... </u>)
- Teletype (<tt> ... </tt>)
- Title (<title> ... </title>)
- Unordered Lists (<ul>,<li> and </ul>)
- Variable (<var> ... </var>)
Although most forms tags are available some of them are only partially implemented.
- Form (<form> ... </form>)
- Action - The URL to send the form to.
- Method - How to send the form.
- Input (<input>) With the following attributes
- type - one of the following
- text
- password
- checkbox
- radio
- submit
- reset
- Name
- Value
- Checked
- Size
- Maxlength
- Select (<select> ... </select>) With the following attributes
- Option - With the following attributes (<option>)
- Text Area (<textarea> ... </textarea>) With Default contents and the following attributes
Expanding the number of rows interactively is not currently supported and the maximum width is 255 characters.
Decoding of table tags can be stopped from the Extensions
section of the Choices windows.
- Caption (<caption>...</caption>) With the following attributes
- Align - Aligns the caption with the Table.
- Table (<table>...</table>) With the following attributes
- Align
- Center (The Default)
- Left
- Right
- Border (Turns borders on)
- Border = <num> (Specifies a border size)
- Width = <num> (The width of the table in pixels or as a percentage)
- TD - For a Normal Cell (<td>)
- Align
- Center
- Left (The Default)
- Right
- Colspan
- Rowspan
- TH - For a Heading Cell (<th>)
- Align
- Center (The Default for cells on the first row)
- Left
- Right
- Colspan
- Rowspan
- TR - Table Row (<tr>)
- Align (Sets the default for cells in this row)
- Center
- Left (The Default)
- Right
For more details see Document Tables In Netscape
Most of the & isolat1 escape sequences are also implemented.
Notes
- Can be disabled via the
Extensions
Section of the Choices windows.