WWW: Beyond the Basics

Chapter 13 - HTML

13.5.2 Netscape Additions to HTML 3.0

Use these tags with caution, they may not be visible by browsers other than Netscape, or older versions of Netscape. Even if they are visible, they may not be rendered as expected.

Additions to HTML 3.0 (Netscape, HTML 3.0):

NEW FONT STYLE ELEMENTS

    <BIG> (big print)
    <SMALL> (small print)
    <SUB> (subscript)
    <SUP> (superscript)

------------------------------------------------------------------------ 

PARAGRAPH ATTRIBUTES

    <P>
    <DIV> (divisions)
        left, right, and center ALIGN attributes of both P and DIV.


------------------------------------------------------------------------ 


USEMAP

    rectangles (RECT)
    polygons (POLY),
    circles (CIRCLE)
    default (DEFAULT)

    COORDS 
    NOHREF
    AREA 

------------------------------------------------------------------------ 

HTTP FILE UPLOAD

    ENCTYPE


Next, we will move on to TABLEs, another Netscape addition to HTML.
[PREVIOUS] [NEXT] [Ch 13 Toc] [Book ToC] [VaTech CompSci Dept]

Copyright © 1996 Pris Sears, All Rights Reserved

Pris Sears <sears@vt.edu>