<ABBREV></ABBREV>

Display text as an abbreviation


[HOME] [PAGE UP] [PREV PAGE] [NEXT PAGE]


Element is used to mark a section of text as an abbreviation.

        <html>
        <head>
        <title>Some Title</title>
        </head>
        <body>
            .
            .
==>>    <ABBREV>USDA</ABBREV>
            .
            .
        </body>
        </html>

The text marked by this element may be shown in italics. I think this a really obscure tag and you probably won't be using it much. I could envision the day when the tag might trigger some action, like building a cross-reference of abbreviations to their full blown representation. But, that's only my imagination so don't go looking for such things to happen.

HTML 3.0 Draft
Adds the language elements.
Attributes common to almost all of the tags permitted in the document body include ID, LANG and CLASS. You probably won't be using any of these tags for a while but I've included them so you know they are coming.
ID
A name to be used as a target for links or for naming particular elements in a style sheet. These take the place of the HTML 2.0 <A NAME="somename">Some Name</A> construct that defines internal document links.
LANG
An ISO standard language abbreviation that defines language specific elements to be used.
CLASS
Used to assign a class name to a tag.
An example of these attributes in use is:
<ABBREV ID="topicone" LANG="en-US" CLASS=section>USDA</ABBREV>

Netscape

Nothing special.

Microsoft IE

Nothing special.

Internationalization

Nothing special.


[HOME] [PAGE UP] [PREV PAGE] [NEXT PAGE]


The Rusk Family . . . "the Legend Continues"

Michael T. Rusk
Comments to author: mrusk@radix.net

All contents copyright © 1996, 1997, Michael T. Rusk
All rights reserved.

Revised: December 03, 1997 10:50 AM
URL: ./htmlgd/tagabbre.html