HTML Reference
Index Introduction | Conformance | Sandia Requirements
General Syntax | Comments
A,ABBREV,ACRONYM,ADDRESS,AU,B,BANNER,BASE,BASEFONT,BIG,BLINK,BLOCKQUOTE,BODY,BQ,BR,CAPTION,CENTER,CITE,CODE,CREDIT,DD,DEL,DFN,DIR,DIV,DL,DT,EM,FN,FIG,FONT,FORM,H1,H2,H3,H4,H5,H6,HEAD,HP,HR,HTML,I,IMG,INPUT,INS,ISINDEX,KBD,LANG,LH,LI,LINK,LISTING,MENU,META,NEXTID,NOBR,NOTE,OL,OPTION,OVERLAY,P,PERSON,PLAINTEXT,PRE,Q,S,SAMP,SELECT,SMALL,STRIKE,STRONG,SUB,SUP,TAB,TABLE,TD,TEXTAREA,TH,TITLE,TR,TT,U,UL,VAR,WBR,XMP
Uniform Resource Locator (URL)
Special Characters
Standard Icons
Disclaimer
Acknowledgements
Introduction
HTML is an evolving language which is used to construct documents which can be viewed by World Wide Web browsers. HTML is attempting to be standardized by the WWW consortium but that standard is also evolving. HTML is currently defined at Version 2, but the final version of the RFC has not yet been officially published. This Reference Manual will be updated to the official RFC whenever that is published. The Version 2 Specification also declared some earlier elements obsolete. There is active work on-going to finalize the specifications of a Version 3 of HTML which contains significant new features. HTML+ was a draft of the proposals for Version 3. In addition, there is some talk of an interim Version 2.1 to standardize a few of the more desired Version 3 features earlier than the expected final agreement on a Version 3.
This document attempts to include most of the extensions in the current proposal for Version 3, since some Version 3 features are beginning to be implemented in some browsers at use at Sandia. (ed:Most "Elements Allowed Within..." and "Allowed In Content Of..." still need updating.) While this may introduce confusion by describing non-existent features, there is value in being aware of the proposed directions in this language. The inclusion of Version 3 proposals intentionally excludes the additions to handle Mathematical Expressions since this area is still in progress. For further information about Version 3, see Acknowledgements.
Not all browsers implement all features of Version 2. In addition, some browsers define and handle their own extensions. A browser is supposed to ignore any element or attribute of the language that it is not designed to handle.
Conformance
As of the IETF HTML BOF of 26 July 1994, the Version 2 Standard Specification defined five levels of conformance of the HTML Language elements. Browsers can choose (and declare) what level of conformance they fulfill.
- Level 0
- Mandatory. Heading, lists, anchors, etc.
(A text only browser is expected to have Level 0 conformance.)- Level 1
- Images, Emphasis
- Level 2
- Forms, Character Definitions
- Level 3
- Tables, Figures, etc.
(proposed in Version 3)- Level 4
- Mathematical formulae
(proposed in Version, not existing practice, not yet included in this reference)Sandia Requirements
The Integrated Information Services Division of Sandia National Laboratories has established a set of requirements for HTML documents prepared at Sandia National Laboratores. These requirements are an attempt to maintain document consistency, provide some configuration management hooks, automatically insert links between documents and identify document ownership within Sandia's Internal Web. For individuals with access to Sandia's Internal Web, a more complete specification of those requirements is available. In addition to requirements, that specification also includes style guide suggestions for Sandia HTML authors. While this Reference Manual attempts to identify the Sandia requirements, for any conflicts, the specification page on the Internal Web takes precedence.
In addition to the SGML identification line described in General Syntax, and the HTML elements and attributes which are required (see
BODY,HEAD,HTML,IMG,META,TITLE), all documents shall have a "point-of-contact" name identified in the document that is e-mail enabled by surrounding the name with the<A>element. This "point-of-contact" name shall be placed in the BODY content of the document and is recommended to be at the end of the document. If the document is placed on the Sandia Internal Web, Sandia authors may use the Internal Web cgi-bin program to generate a mail message submission form by setting the HREF attribute of the A element to"http://www-irn.sandia.gov/cgi-bin/webmail.sh?ename@sandia.gov"Until all the browsers which the CIO organization of Sandia suppports and for which Sandia has a site license accept the newly emergingmailto:URL access code, Sandia authors of documents on our Internal web are discouraged from setting the HREF attribute of the A element to"mailto:ename@sandia.gov"This mechanism is acceptable for documents on the external web.
General Syntax
HTML is an application of ISO Standard 8879:1986 -- Standard Generalized Markup Language (SGML). SGML is a system for defining structured document types, and markup languages to represent instances of those document types. HTML is one such markup language. Its syntax follows the syntax of SGML. An HTML file is an ASCII file of text which also includes instructions to a browser, mostly about displaying the text. To formally identify the file as containing HTML elements, the beginning of the file should contain a line in SGML syntax identifying the version of HTML being used. For HTML Version 2.0, this line is
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
- Sandia Requirements
- The SGML specification line identifying the file as HTML is required before the
<HTML>element in the file. It should either specify the version number of HTML to which the file conforms by using a line like the one above, or simply specify that the file is HTML by using the line:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
Unless explicitly instructed otherwise, the browser normally treats all white space that is not a blank (e.g. tabs, end-of-line characters, etc.) as a single blank, and collapses multiple white space to a single blank. The browser instructions consist of HTML elements which are HTML element names, optionally followed by HTML attributes, all surrounded by "<" and ">" Attributes may be followed by an equals sign and some "value". White space is allowed around the equals sign. The standard requires that the "value" must be surrounded by single or double quotes, but many browsers do not enforce this syntax. The maximum length of "value" (after parsing) is defined as 1024 characters. Most HTML elements are designed to surround some content, usually text, and thus have both a beginning and ending tag. The ending tag is simply the element name preceded by a "/" all surrounded by "<" and ">" HTML names must begin with a letter and are followed by up to 33 letters, digits, periods, or hyphens. The standard defines the HTML names in upper case, but (except for Special Characters) browsers are supposed to ignore the case of HTML names.
Comments
- Description
- To include comments in an HTML document that will be ignored by the HTML browser, surround them with
<!--and-->. After the beginning comment delimiter, all text up to the next occurrence of-->is ignored. Hence comments cannot be nested. White space is allowed between the closing--and>, but not between the opening<!and--.- Minimum Attributes
<!characters... >- Common Usage
<!--
characters...
characters...
-->- Variations
- Not all browsers will properly handle HTML elements (i.e. an "
<") inside of a comment. Some browsers do not require the two dashes at the beginning "<!--" or the end "-->" of the commented text. Such browsers will terminate the comment upon the first occurance of a ">". Therefore, such browsers will not allow HTML elements inside of a comment. Some browsers prohibit the double dash "--" sequence from appearing anywhere within the commented text except at the end. Version 2 specifies the double dash at beginning and end as required. A few early browsers recognized an element<comment></comment>. The Version 2 specification delcares this element obsolete.
A
- Description
- The A element brackets (or anchors) a piece of text (and/or image) which is identified as a hypertext link. The A element must have either an HREF attribute or a NAME attribute. The HREF attribute identifies a destination URL, and the bracketed text is rendered as a hypertext link to the URL. Browsers will display the contents of an A element with an HREF attribute in a special manner to indicate that if the contents are selected, the browser will execute that hypertext link. The NAME attribute identifies a destination tag, and the bracketed text is thereby identified as an available hypertext target within this document. Browsers do not display the contents of an A element with a NAME attribute in any special way. However, an A element with an HREF attribute can now be constructed by using the document URL suffixed with
#name. This will load the document, but will position the display starting at the location of this NAME tag. An A element with an HREF attribute can also be constructed to jump directly to this destination tag within the same document by a URL consisting solely of#nameThe presence ofREL=relation in document A with HREF to document/object B identifies a relationship that B has to A that A recognizes/authorizes/verifies. The presence ofREV=relation of the identical relation in document B with HREF to document/object A identifies a desired/expected/claimed relationship that B has to A, but must be verified by checking with A.- Minimum Attributes
<A HREF="..." >characters... </A>
or
<A NAME="..." >characters... </A>
- All Possible Attributes
<A HREF="..." NAME="..." REL="..." REV="..." URN="..." TITLE="..." METHODS="..." ID="..." LANG="..." CLASS="..." MD="..." SHAPE="...">characters... </A>- Elements Allowed Within...
<IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I>- Allowed In Content Of...
<ADDRESS> <B> <CITE> <CODE> <DD> <DT> <EM> <H1> <H2> <H3> <H4> <H5> <H6> <I> <KBD> <LI> <P> <PRE> <SAMP> <STRONG> <TT> <VAR>- Variations
- HTML+ and Version 3 propose changing the NAME attribute to ID and adding an ID attribute for various elements including the paragraph and heading elements. Version 3 specifically identifies NAME as obsolete and replaced by ID. At present REV and REL are rarely used or supported, and are Level 1 attributes, but are of growing interest to automated document environments. These relationships are more commonly identified in the HEAD of the document using the LINK element. REL and REV are a comma-separated set of relationship(s) of the HREF link. These relationships and their semantics are registered with the HTML authority. Examples are
UseIndex, UseGlossary, Annotation, Reply, Embed, Precedes, Subdocument, Present, Search, Supersedes, History, Made, Owns, Approves, Supports, Refutes, Includes, Interested.URN is for a Universal Resource Number, and is not currently used or supported, and is a Level 1 attribute. TITLE is little used or supported, and is a Level 1 attribute, but is expected to be the title of the HREF document. METHODS is little used or supported, but is expected to be a comma-separated list of HTTP METHODS supported by the object and accessible to the user. LANG, CLASS, and MD are the general attributes proposed by Version 3. SHAPE is proposed by Version 3 to provide a mechanism to define multiple A elements and corresponding "hotzones" within the proposed FIG element, to perform the equivalent function of ISMAP without the need for writing a responding cgi-bin program. A is a Level 0 element.
ABBREV
- Description
- The ABBREV element changes the character rendering of the contents of the element to logically represent abbreviations.
- Minimum Attributes
<ABBREV>characters... </ABBREV>- All Possible Attributes
<ABBREV ID="..." LANG="..." CLASS="...">characters... </ABBREV>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The ABBREV element is a Version 3 proposed element. All character definition elements are Level 2.
ACRONYM
- Description
- The ACRONYM element changes the character rendering of the contents of the element to logically represent acronyms.
- Minimum Attributes
<ACRONYM>characters... </ACRONYM>- All Possible Attributes
<ACRONYM ID="..." LANG="..." CLASS="...">characters... </ACRONYM>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The ACRONYM element is a Version 3 proposed element. All character definition elements are Level 2.
AU
- Description
- The AU element changes the character rendering of the contents of the element to logically represent the name of an author.
- Minimum Attributes
<AU>characters... </AU>- All Possible Attributes
<AU ID="..." LANG="..." CLASS="...">characters... </AU>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The AU element is a Version 3 proposed element. All character definition elements are Level 2.
ADDRESS
- Description
- The ADDRESS element defines a separated multi-line set of text to be rendered for address information.
- Minimum Attributes
<ADDRESS>characters... </ADDRESS>- All Possible Attributes
<ADDRESS ID="..." LANG="..." CLASS="..." CLEAR=left|right|all|"..." NOWRAP>characters... </ADDRESS>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I> <P>- Allowed In Content Of...
<BLOCKQUOTE> <BODY> <FORM>- Variations
- ADDRESS text is typically rendered in italics. The ID, LANG, CLASS, CLEAR, and NOWRAP attributes are proposed in Version 3. ADDRESS is a Level 0 element.
B
- Description
- The B element changes the physical rendering of the contents of the element to a bold font.
- Minimum Attributes
<B>characters... </B>- All Possible Attributes
<B ID="..." LANG="..." CLASS="...">characters... </B>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I>- Allowed In Content Of...
<A> <ADDRESS> <B> <CITE> <CODE> <DD> <DT> <EM> <H1> <H2> <H3> <H4> <H5> <H6> <I> <KBD> <LI> <P> <PRE> <SAMP> <STRONG> <TT> <VAR>- Variations
- Browsers who do not have bold may render in some other manner. The ID, LANG, and CLASS attributes are proposed in Version 3. All character definition elements are Level 2.
BANNER
- Description
- The BANNER element is proposed for corporate logos, navigation aids, disclaimers and other information which shouldn't be scrolled with the rest of the document.
- Minimum Attributes
<BANNER>characters... </BANNER>- All Possible Attributes
<BANNER ID="..." LANG="..." CLASS="...">characters... </BANNER>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
<BODY>- Variations
- This is a proposed Version 3 element.
BASE
- Description
- The BASE element provides the URL base to be used for any relative URL links in this document. It must be a complete file name, and is usually the original URL of this document. If this file is moved, having the BASE set to the original URL eliminates the need to also move all the documents which are identified by relative URL links in this document.
- Minimum Attributes
<BASE HREF="...">- All Possible Attributes
<BASE HREF="...">- Elements Allowed Within...
- Allowed In Content Of...
<HEAD>- Variations
- This is a Level 0 element.
BASEFONT
- Description
- Change the document base font size to one of the seven defined sizes. The default is 3.
- Minimum Attributes
<BASEFONT SIZE=1|2|3|4|5|6|7>- All Possible Attributes
<BASEFONT SIZE=1|2|3|4|5|6|7>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The BASEFONT element is a Netscape extension.
BIG
- Description
- The BIG element changes the physical rendering of the contents of the element to a bigger font than normal text, if practical.
- Minimum Attributes
<BIG>characters... </BIG>- All Possible Attributes
<BIG ID="..." LANG="..." CLASS="...">characters... </BIG>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The BIG element is proposed in Version 3. All character definition elements are Level 2.
BLINK
- Description
- The BLINK element changes the physical rendering of the contents of the element to a blinking font.
- Minimum Attributes
<BLINK>characters... </BLINK>- All Possible Attributes
<BLINK>characters... </BLINK>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- This element is not listed in the standard, and many browsers ignore this element. Many users find the use of this element annoying. It should be restricted to short term use for new information. Netscape 1.1N permits users to disable the rendering of this element.
BLOCKQUOTE
- Description
- The BLOCKQUOTE element defines a separated multi-line set of text to be rendered as quoted text.
- Minimum Attributes
<BLOCKQUOTE> </BLOCKQUOTE>- All Possible Attributes
<BLOCKQUOTE> </BLOCKQUOTE>- Elements Allowed Within...
<H1> <H2> <H3> <H4> <H5> <H6> <P> <UL> <OL> <DIR> <MENU> <DL> <PRE> <BLOCKQUOTE> <FORM> <ISINDEX> <HR> <ADDRESS>- Allowed In Content Of...
<BLOCKQUOTE> <BODY> <DD> <FORM> <LI>- Variations
- The contents of the BLOCKQUOTE element is typically rendered slightly indented both left and right, and/or italic font. Early browsers displayed the contents with a vertical line of ">" characters down the left margin to indicate quotation in the Internet mail style. Version 3 proposes replacing the BLOCKQUOTE element with the BQ element. BLOCKQUOTE is a Level 0 element.
BODY
- Description
- The BODY element contains all the content of the document, as opposed to the HEAD, which contains information about the document. All displayable elements should be within the content of the BODY.
- Minimum Attributes
- All Possible Attributes
<BODY ID="..." LANG="..." CLASS="..." BACKGROUND="..." BGCOLOR="#rrggbb" TEXT="#rrggbb" LINK="#rrggbb" VLINK="#rrggbb" ALINK="#rrggbb"> </BODY>- Elements Allowed Within...
<H1> <H2> <H3> <H4> <H5> <H6> <P> <UL> <OL> <DIR> <MENU> <DL> <PRE> <BLOCKQUOTE> <FORM> <ISINDEX> <HR> <ADDRESS>- Allowed In Content Of...
<HTML>- Variations
- The HTML, HEAD, and BODY elements were introduced with Version 2, and are currently optional, but are considered Level 0 elements by the Version 2 standard. Version 3 proposes the attributes ID, LANG, CLASS, and BACKGROUND. Netscape 1.1 includes the BACKGROUND attribute, which is a URL to point to an image to be reproduced to fill the background of the document. The BGCOLOR, LINK, VLINK, and ALINK attributes are Netscape 1.1 extensions.
- Sandia Requirements
- The HTML, HEAD and BODY elements are required.
BQ
- Description
- The BQ element defines a multi-line set of text to be rendered as quoted text. The content of the BQ element may optionally contain the CREDIT element.
- Minimum Attributes
<BQ> </BQ>- All Possible Attributes
<BQ ID="..." LANG="..." CLASS="..." CLEAR=left|right|all|"..." NOWRAP> </BQ>- Elements Allowed Within...
<CREDIT>
-others TBD-- Allowed In Content Of...
<BQ>
-others TBD-- Variations
- The BQ element is proposed in Version 3 as a replacement for the BLOCKQUOTE element. Version 3 does not indicate the typical rendering of the contents of the BQ element, but does indicate that it may not imply text separation.
BR
- Description
- The BR element breaks for a new line, but does not produce separation of text.
- Minimum Attributes
<BR>- All Possible Attributes
<BR CLEAR=left|right|all|"..." ID="..." LANG="..." CLASS="...">- Elements Allowed Within...
- Allowed In Content Of...
<A> <ADDRESS> <B> <CITE> <CODE> <DD> <DT> <EM> <H1> <H2> <H3> <H4> <H5> <H6> <I> <KBD> <LI> <P> <PRE> <SAMP> <STRONG> <TT> <VAR>- Variations
- The CLEAR attribute is a Netscape extension and was added to force the line break to clear possible floating graphic images. Version 3 includes CLEAR, and proposes the remaining attributes. The BR element is Level 0.
CAPTION
- Description
- The CAPTION element is used to label a table or figure.
- Minimum Attributes
<CAPTION>characters... </CAPTION>- All Possible Attributes
<CAPTION ALIGN=top|bottom|left|right ID="..." LANG="..." CLASS="...">characters... </CAPTION>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
<FIG> <TABLE>- Variations
- The CAPTION element is proposed in Version 3. There is some discussion that the only values that make sense for the ALIGN attribute when CAPTION is used in the contents of the TABLE element are
top|bottomThis element is an extension in Netscape 1.1.
CENTER
- Description
- All contents within the CENTER element is to be centered between the current left and right margin.
- Minimum Attributes
<CENTER>characters... </CENTER>- All Possible Attributes
<CENTER>characters... </CENTER>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
<A> -TBD-- Variations
- The CENTER element is a Netscape extension. It was provided as an alternative to the HTML+ and Version 3
ALIGN="center"proposed new attribute for all the text block elements such as the<P>paragraph and<H?>header elements. There is still debate as to which mechanism is preferred, but the current Version 3 specification only includes the ALIGN attribute, not the CENTER element.
CITE
- Description
- The CITE element changes the character rendering of the contents of the element to logically represent a citation.
- Minimum Attributes
<CITE>characters... </CITE>- All Possible Attributes
<CITE ID="..." LANG="..." CLASS="...">characters... </CITE>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I>- Allowed In Content Of...
<A> <ADDRESS> <B> <CITE> <CODE> <DD> <DT> <EM> <H1> <H2> <H3> <H4> <H5> <H6> <I> <KBD> <LI> <P> <PRE> <SAMP> <STRONG> <TT> <VAR>- Variations
- This is typically rendered in italics. The ID, LANG, and CLASS attributes are proposed in Version 3. All character definition elements are Level 2.
CODE
- Description
- The CODE element changes the character rendering of the contents of the element to logically represent computer code.
- Minimum Attributes
<CODE>characters... </CODE>- All Possible Attributes
<CODE ID="..." LANG="..." CLASS="...">characters... </CODE>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I>- Allowed In Content Of...
<A> <ADDRESS> <B> <CITE> <CODE> <DD> <DT> <EM> <H1> <H2> <H3> <H4> <H5> <H6> <I> <KBD> <LI> <P> <PRE> <SAMP> <STRONG> <TT> <VAR>- Variations
- This is usually rendered in a fixed-width font. The ID, LANG, and CLASS attributes are proposed in Version 3. All character definition elements are Level 2.
CREDIT
- Description
- The CREDIT element is used to name the source of a block quoatation or figure.
- Minimum Attributes
<CREDIT>characters... </CREDIT>- All Possible Attributes
<CREDIT ID="..." LANG="..." CLASS="...">characters... </CAPTION>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
<BQ> <FIG>- Variations
- The CREDIT element is proposed in Version 3. Version 3 does not indicate the typical rendering for the contents of the CREDIT element, nor whether that rendering should be different or separated from the enclosing block quotation or figure.
DD
- Description
- The DD element identifies the separated multi-line definition item in a DL definition list.
- Minimum Attributes
<DD>characters...- All Possible Attributes
<DD>characters... </DD>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I> <P> <UL> <OL> <DIR> <MENU> <DL> <PRE> <BLOCKQUOTE> <FORM> <ISINDEX>- Allowed In Content Of...
<DL>- Variations
- This is typically rendered as normal text, indented. Most browsers assume that the contents of the element ends when it encounters a
<DT>or another<DD>or the</DL>element to end the list, and thus do not require the ending tag. All list elements are Level 0.
DEL
- Description
- The DEL element changes the character rendering of the contents of the element to logically represent deleted text, for instance in modifications in legal documents.
- Minimum Attributes
<DEL>characters... </DEL>- All Possible Attributes
<DEL ID="..." LANG="..." CLASS="...">characters... </DEL>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The DEL element is a Version 3 proposed element. While this will typically be rendered by strikethru characters, the DEL element is preferred over using the S or STRIKE elements. All character definition elements are Level 2.
DFN
- Description
- The DFN element changes the character rendering of the contents of the element to logically represent a defining instance of a term.
- Minimum Attributes
<DFN>characters... </DFN>- All Possible Attributes
<DFN ID="..." LANG="..." CLASS="...">characters... </DFN>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The DFN element is not widely implemented, but is usually rendered bold or bold italic. The ID, LANG, and CLASS attributes are proposed in Version 3. It is a Version 2 and Version 3 proposed element.
DIR
- Description
- The DIR element defines an unordered list consisting of a number of single-line
<LI>elements, usually less than 20 characters in length. These may be arranged in columns across the page.- Minimum Attributes
<DIR></DIR>- All Possible Attributes
<DIR COMPACT> </DIR>- Elements Allowed Within...
<LI>- Allowed In Content Of...
<BLOCKQUOTE> <BODY> <DD> <FORM> <LI>- Variations
- This list type is not commonly implemented, and is often rendered identically to UL. Specifying
<UL PLAIN WRAP=HORIZ>is proposed in Version 3 as a replacement for the DIR element. All list elements are Level 0.
DIV
- Description
- The DIV element is proposed to be used with the CLASS attribute to represent different kinds of containers, e.g. chapter, section, abstract, or appendix.
- Minimum Attributes
<DIV>characters... </DIV>- All Possible Attributes
<DIV ID="..." LANG="..." CLASS="..." ALIGN=left|center|right|justify NOWRAP CLEAR=left|right|all|"...">characters... </DIV>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
<BODY>- Variations
- This is a proposed Version 3 element.
<DIV ALIGN=center>is the proposed replacement for the non-standardCENTERelement.
DL
- Description
- The DL element defines a definition list. Each item in the list is expected to have two parts, identified by the
<DT>and<DD>elements.- Minimum Attributes
<DL></DL>- All Possible Attributes
<DL COMPACT ID="..." LANG="..." CLASS="..." CLEAR=left|right|all|"..."> </DL>- Elements Allowed Within...
<LH> <DT> <DD>- Allowed In Content Of...
<BLOCKQUOTE> <BODY> <DD> <FORM> <LI>- Variations
- The COMPACT attribute suggests rendering the list in a physically compact way, but is not implemented by many browsers. Version 3 proposes the general ID, LANG, CLASS, and CLEAR attributes. To obtain a specific look, it has been the practice to construct a DL with DD elements but empty or missing DT elements. Version 3 proposes a new NOTE element as the preferred alternative to achieve the effect desired. All list elements are Level 0.
DT
- Description
- The DT element identifies the separated term item in a DL definition list.
- Minimum Attributes
<DT>characters...- All Possible Attributes
<DT>characters... </DT>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I>- Allowed In Content Of...
<DL>- Variations
- This is typically rendered in a bold font, but not indented. Most browsers assume that the contents of the element ends when it encounters a
<DD>or another<DT>or the</DL>element to end the list, and thus do not require the ending tag. All list elements are Level 0.
EM
- Description
- The EM element changes the character rendering of the contents of the element to logically emphasize the text.
- Minimum Attributes
<EM>characters... </EM>- All Possible Attributes
<EM ID="..." LANG="..." CLASS="...">characters... </EM>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I>- Allowed In Content Of...
<A> <ADDRESS> <B> <CITE> <CODE> <DD> <DT> <EM> <H1> <H2> <H3> <H4> <H5> <H6> <I> <KBD> <LI> <P> <PRE> <SAMP> <STRONG> <TT> <VAR>- Variations
- Usually rendered in italics. The ID, LANG, and CLASS attributes are proposed in Version 3. All character definition elements are Level 2.
FIG
- Description
- The FIG element is an advanced form of the IMG element to define an image, with optional overlays, text elements and "hotzones", to be inserted within a document. The structure of the contents of the FIG element expects a series of optional overlay images defined by OVERLAY elements, followed by an optional CAPTION element, followed by text to be presented as an alternative to the image(s) and which may contain normal text elements as well as hypertext links defined by A elements with SHAPE attributes to identify "hotzones" on the image, finally completed by an optional CREDIT element.
- Minimum Attributes
<FIG SRC="..."></FIG>- All Possible Attributes
<FIG SRC="..." ID="..." LANG="..." CLASS="..." CLEAR=left|right|all|"..." NOFLOW MD="..." ALIGN=left|right|center|justify|bleedleft|bleedright WIDTH=value HEIGHT=value UNITS="..." IMAGEMAP="..."></FIG>- Elements Allowed Within...
<OVERLAY> <CAPTION> <CREDIT>(ed: all normal markup elements?)
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The FIG element is proposed in Version 3 as a sophisticated alternative to the IMG element, especially to enhance the capabilities of the ALT text for non-graphical presentations of HTML documents, as well as a way to accomplish the common use of the ISMAP attribute of the IMG element without the need for a responding cgi-bin program.
FN
- Description
- The FN element logically identifies text to be presented as a footnote. The reference location for the footnote is expected to be an A element whose HREF attribute references the ID of the FN element.
- Minimum Attributes
<FN ID="...">characters... </FN>- All Possible Attributes
<FN ID="..." LANG="..." CLASS="...">characters... </FN>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The FN element is a Version 3 proposed element. Version 3 specifies that when practical, the browser should render the FN element as pop-up notes. Version 3 does not specify an expected rendering when the footnote text is simply displayed where it occurs in the document. However, Version 3 does state that the FN element does not imply text separation. Therefore, common practice expects that the contents of the FN element would begin with a markup element which produces separation, e.g. the P element.
FONT
- Description
- The FONT element changes the font size of the following characters to one of the seven defined sizes, or plus or minus from the document BASEFONT size.
- Minimum Attributes
<FONT SIZE=[+|-]1|2|3|4|5|6|7>- All Possible Attributes
<FONT SIZE=[+|-]1|2|3|4|5|6|7>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The FONT element is a Netscape extension.
FORM
- Description
- The FORM element creates a fill-out form. The browser permits the user to enter information in the fields of the form and sends this information to a cgi-bin script on a server identified as a URL by the ACTION attribute. METHOD=GET (the default) appends the input information to the ACTION URL which becomes the value of the environment variable
QUERY_STRING. METHOD=POST (the preferred) sends the input information in a data body which is available onstdinwith the data length set in the environment variableCONTENT_LENGTH. Form data is a stream ofname=valuepairs separated by the&character. Each name=value pair is URL encoded, i.e. spaces are changed into the plus character and some characters are encoded into hexadecimal. At least one of the following is expected inside the FORM contents: INPUT, SELECT, TEXTAREA.- Minimum Attributes
<FORM></FORM>- All Possible Attributes
<FORM ACTION="..." METHOD=GET|POST ENCTYPE="..." SCRIPT="..."> </FORM>- Elements Allowed Within...
<H1> <H2> <H3> <H4> <H5> <H6> <P> <UL> <OL> <DIR> <MENU> <DL> <PRE> <BLOCKQUOTE> <ISINDEX> <HR> <ADDRESS> <INPUT> <SELECT> <TEXTAREA>- Allowed In Content Of...
<BLOCKQUOTE> <BODY> <DD> <LI>- Variations
- Only the default value of
application/x-www-form-urlencodedis currently defined for the ENCTYPE attribute, but is expected to allow all registered MIME types. Version 2 only defines ACTION for thehttp:access type. Version 3 proposes the SCRIPT attribute to specify a URL which contains a limited syntax script to be downloaded to the browser for execution to preprocess the FORM output before sending it to the ACTION destination. All elements concerning FORM are Level 2.
H1
- Description
- The H1 element identifies text to be separated and displayed as the most prominent header.
- Minimum Attributes
<H1>characters... </H1>- All Possible Attributes
<H1 ID="name" LANG="..." CLASS="..." ALIGN=left|center|right|justify CLEAR=left|right|all|"..." SEQNUM=nnn SKIP=nnn DINGBAT=entity-name SRC="..." MD="..." NOWRAP>characters... </H1>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I>- Allowed In Content Of...
<BLOCKQUOTE> <BODY> <FORM>- Variations
- The specification recommends that a document use the header elements in order, without breaks, beginning with H1. (ed: I have not identified a browser that enforces this.) The ID attribute is proposed in HTML+ and Version 3 to replace the NAME attribute in the A element to establish internal hyperlink destinations. All other attributes are proposed in Version 3. Typical rendering is bold, very large font, centered; when printed causes a page break. Headings are Level 0 elements.
H2
- Description
- The H2 element identifies text to be separated and displayed less prominently than H1 but more prominently than H3.
- Minimum Attributes
<H2>characters... </H2>- All Possible Attributes
<H2 ID="name" LANG="..." CLASS="..." ALIGN=left|center|right|justify CLEAR=left|right|all|"..." SEQNUM=nnn SKIP=nnn DINGBAT=entity-name SRC="..." MD="..." NOWRAP>characters... </H2>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I>- Allowed In Content Of...
<BLOCKQUOTE> <BODY> <FORM>- Variations
- The specification recommends that a document use the header elements in order, without breaks, beginning with H1. (ed: I have not identified a browser that enforces this.) The ID attribute is proposed in HTML+ and Version 3 to replace the NAME attribute in the A element to establish internal hyperlink destinations. All other attributes are proposed in Version 3. Typical rendering is bold, large font, flush left. Headings are Level 0 elements.
H3
- Description
- The H3 element identifies text to be separated and displayed less prominently than H2 but more prominently than H4.
- Minimum Attributes
<H3>characters... </H3>- All Possible Attributes
<H3 ID="name" LANG="..." CLASS="..." ALIGN=left|center|right|justify CLEAR=left|right|all|"..." SEQNUM=nnn SKIP=nnn DINGBAT=entity-name SRC="..." MD="..." NOWRAP>characters... </H3>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I>- Allowed In Content Of...
<BLOCKQUOTE> <BODY> <FORM>- Variations
- The specification recommends that a document use the header elements in order, without breaks, beginning with H1. (ed: I have not identified a browser that enforces this.) The ID attribute is proposed in HTML+ and Version 3 to replace the NAME attribute in the A element to establish internal hyperlink destinations. All other attributes are proposed in Version 3. Typical rendering is italic, large font, slightly indented. Headings are Level 0 elements.
H4
- Description
- The H4 element identifies text to be separated and displayed less prominently than H3 but more prominently than H5.
- Minimum Attributes
<H4 LANG="..." CLASS="..." ALIGN=left|center|right|justify CLEAR=left|right|all|"..." SEQNUM=nnn SKIP=nnn DINGBAT=entity-name SRC="..." MD="..." NOWRAP>characters... </H4>- All Possible Attributes
<H4 ID="name">characters... </H4>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I>- Allowed In Content Of...
<BLOCKQUOTE> <BODY> <FORM>- Variations
- The specification recommends that a document use the header elements in order, without breaks, beginning with H1. (ed: I have not identified a browser that enforces this.) The ID attribute is proposed in HTML+ and Version 3 to replace the NAME attribute in the A element to establish internal hyperlink destinations. All other attributes are proposed in Version 3. Typical rendering is bold, normal font, indented. Headings are Level 0 elements.
H5
- Description
- The H5 element identifies text to be separated and displayed less prominently than H4 but more prominently than H6.
- Minimum Attributes
<H5>characters... </H5>- All Possible Attributes
<H5 ID="name" LANG="..." CLASS="..." ALIGN=left|center|right|justify CLEAR=left|right|all|"..." SEQNUM=nnn SKIP=nnn DINGBAT=entity-name SRC="..." MD="..." NOWRAP>characters... </H5>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I>- Allowed In Content Of...
<BLOCKQUOTE> <BODY> <FORM>- Variations
- The specification recommends that a document use the header elements in order, without breaks, beginning with H1. (ed: I have not identified a browser that enforces this.) The ID attribute is proposed in HTML+ and Version 3 to replace the NAME attribute in the A element to establish internal hyperlink destinations. All other attributes are proposed in Version 3. By default, Netscape uses a font size for H5 that is smaller than default text. For most other browsers, the font size for all headers is at least as large as the default text. Typical rendering is italic, normal font, indented. Headings are Level 0 elements.
H6
- Description
- The H6 element identifies text to be separated and displayed less prominently than H5 but more prominently than default text.
- Minimum Attributes
<H6>characters... </H6>- All Possible Attributes
<H6 ID="name" LANG="..." CLASS="..." ALIGN=left|center|right|justify CLEAR=left|right|all|"..." SEQNUM=nnn SKIP=nnn DINGBAT=entity-name SRC="..." MD="..." NOWRAP>characters... </H6>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I>- Allowed In Content Of...
<BLOCKQUOTE> <BODY> <FORM>- Variations
- The specification recommends that a document use the header elements in order, without breaks, beginning with H1. (ed: I have not identified a browser that enforces this.) The ID attribute is proposed in HTML+ and Version 3 to replace the NAME attribute in the A element to establish internal hyperlink destinations. All other attributes are proposed in Version 3. By default, Netscape uses a font size for H6 that is smaller than default text. For most other browsers, the font size for all headers is at least as large as the default text. Typical rendering is bold, normal font, not indented. Headings are Level 0 elements.
HEAD
- Description
- The HEAD contains general information about the document. None of the elements authorized to exist in the contents of the HEAD are displayed; the displayed material is found within the BODY.
- Minimum Attributes
- All Possible Attributes
<HEAD> </HEAD>- Elements Allowed Within...
<TITLE> <ISINDEX> <BASE> <META> <NEXTID> <LINK>- Allowed In Content Of...
<HTML>- Variations
- The HTML, HEAD, and BODY elements were introduced with Version 2, and are currently optional, but are considered Level 0 elements by the Version 2 standard. Version 3 also proposes the new elements of RANGE and STYLE as allowed within a HEAD.
- Sandia Requirements
- The HTML, HEAD and BODY elements are required.
HPn
- Description
- The HP set of elements, with n=1,2,... provided a mechanism to highlight the characters in a phrase with one of a set of browser defined highlight mechanisms.
- Minimum Attributes
<HPn>characters... </HPn>- All Possible Attributes
<HPn>characters... </HPn>- Elements Allowed Within...
- Allowed In Content Of...
- Variations
- The Version 2 specification has declared these elements as obsolete.
HR
- Description
- The HR element produces a separated horizontal dividing line drawn completely across the screen.
- Minimum Attributes
<HR>- All Possible Attributes
<HR ID="..." CLASS="..." CLEAR=left|right|all|"..." SRC="..." MD="..." SIZE=number WIDTH=number|percent ALIGN=left|right|center NOSHADE>- Elements Allowed Within...
- Allowed In Content Of...
<BLOCKQUOTE> <BODY> <FORM> <PRE>- Variations
- The ID, CLASS, CLEAR, SRC, and MD attributes are proposed in Version 3. SRC is proposed to specify a custom image for the rule. Some browsers draw the line only within the current text margins (which may be indented on left and/or right due to lists, etc.) SIZE, WIDTH, ALIGN, and NOSHADE attributes are Netscape extensions. The HR element is Level 0.
HTML
- Description
- The HTML element is intended to bracket the entire HTML text in the document. All other HTML elements are inside the start and end of the HTML element.
- Minimum Attributes
- All Possible Attributes
<HTML> </HTML>- Elements Allowed Within...
<HEAD> <BODY>- Allowed In Content Of...
- Variations
- The HTML, HEAD, and BODY elements were introduced with Version 2, and are currently optional, but are considered Level 0 elements by the Version 2 standard.
- Sandia Requirements
- The HTML, HEAD and BODY elements are required.
I
- Description
- The I element changes the physical rendering of the contents of the element to an italics (or slanted) font.
- Minimum Attributes
<I>characters... </I>- All Possible Attributes
<I ID="..." LANG="..." CLASS="...">characters... </I>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I>- Allowed In Content Of...
<A> <ADDRESS> <B> <CITE> <CODE> <DD> <DT> <EM> <H1> <H2> <H3> <H4> <H5> <H6> <I> <KBD> <LI> <P> <PRE> <SAMP> <STRONG> <TT> <VAR>- Variations
- The ID, LANG, and CLASS attributes are proposed in Version 3. All character definition elements are Level 2.
IMG
- Description
- The IMG element allows an image file to be inserted within an HTML document along with the text. The ALT attribute defines text that will be displayed if the image is not or cannot be displayed by the browser. The ALT text can contain special characters, but it cannot contain markup. The SRC attribute identifies a URL for retrieving the image. The ISMAP attribute is only meaningful if the IMG element is within the contents of an A element, and a responding cgi-bin program has been established at the URL identified by the HREF attribute of the A element. If a single A element spans both an image and text, the cgi-bin program will receive the HREF input values, if any, if the text is selected, or the x,y cursor coordinates if the image is selected. For references to this advanced feature, see Acknowledgements.
- Minimum Attributes
<IMG SRC="...">- All Possible Attributes
<IMG SRC="..." ALT="..." ISMAP ID="..." LANG="..." CLASS="..." MD="..." ALIGN=bottom|middle|top|left|right|texttop|absmiddle|baseline|absbottom HEIGHT=value WIDTH=value UNITS="..." BORDER=value LOWSRC="..." HSPACE=value VSPACE=value>- Elements Allowed Within...
- Allowed In Content Of...
<A> <ADDRESS> <B> <CITE> <CODE> <DD> <DT> <EM> <H1> <H2> <H3> <H4> <H5> <H6> <I> <KBD> <LI> <P> <SAMP> <STRONG> <TT> <VAR>- Variations
- The attributes BORDER, HEIGHT, WIDTH, HSPACE, VSPACE, and LOWSRC are Netscape extensions. Version 3 proposes adding the WIDTH and HEIGHT attributes. Version 1 defines only
bottom|middle|topas values for the ALIGN attribute. The additional values for the ALIGN attribute are Netscape extensions, and include the capability to define floating images. Version 3 proposes adding only the (LEFT|RIGHT) values for ALIGN to identify images that imply that text can float around the image. Some image capable browsers will display the ALT text until the full image is retrieved. The Version 2 specification states that Level 0 conformance must accept the element, but Level 1 conformance is required before it displays the image. Version 3 proposes the generalized attributes ID, LANG, CLASS, and MD. In addition, it adds the UNITS attribute for use by the WIDTH and HEIGHT attributes to define units other than pixels. Version 3 proposes a FIG element as an advanced alternative to the IMG element, for more sophisticated multi-part overlay images, more control over text that is the equivalent of ALT, and with the proposed SHAPE attribute on the A element a method to perform the common use of the ISMAP attribute without the need for a responding cgi-bin program.- Sandia Requirements
- The ALT attribute and a value is required. If known, the BORDER, HEIGHT, and WIDTH attributes are recommended as they improve download performance on some browsers.
INPUT
- Description
- The INPUT element is used to specify a simple input field as part of the contents in a FORM element.
TYPE=textis default.NAMEdefines the symbolic name of the field returned to the server on submission and must be present for all butTYPE=submit|reset. ForTYPE=checkbox|radio, multiple INPUT elements may have the same NAME value.VALUEis used to specify a default. ForTYPE=text|passwordVALUE defines default text to be returned, which normally is null. ForTYPE=checkbox|radioVALUE defines the value returned when the checkbox or radio is selected, which normally is "on". ForTYPE=submit|resetVALUE defines the label for the pushbutton.CHECKEDdefaults the checkbox or radio to selected.SIZEandMAXLENGTHare only used withTYPE=text|password.SIZEis the physical size of the displayed input field expressed in characters or characters,rows.MAXLENGTHis the maximum number of characters that are accepted as input.- Minimum Attributes
<INPUT>- All Possible Attributes
<INPUT TYPE=type ID="..." LANG="..." CLASS="..." NAME="..." VALUE="..." DISABLED ERROR="..." SRC="..." MD="..." CHECKED SIZE="..." MAXLENGTH="..." MIN=number MAX=number ALIGN=top|middle|bottom|left|right ACCEPT="...">- Elements Allowed Within...
- Allowed In Content Of...
<FORM>- Variations
- Version 2 defines the TYPE attribute values of
text|password|checkbox|radio|submit|reset|hidden|imageThe <TEXTAREA> element should be used instead of this INPUT element for multiline input areas.TYPE=hidden VALUE="..."is recognized by some browsers, and is used to submit fixed information not entered by the user.TYPE=imagewas introduced in Version 2 and specifies an image, identified by the URL with the new SRC attribute, which, when clicked, performs the submission and sends the X,Y coordinates of the click, similar to ISMAP in the IMG element. Version 2 sets a max limit of 1024 characters on VALUE.Version 3 proposes the additional TYPE attribute values of
range|file|scribble. Version 3 proposes the additional ID, LANG, CLASS, DISABLED, ERROR, MIN, MAX, ACCEPT, and MD attributes. The Version 3 proposedTYPE=rangeuses the proposed MIN and MAX attributes to specify limits to numeric (real or integer) input. The proposed default value is halfway between MIN and MAX. The Version 3 proposedTYPE=filepermits attaching a file to the submitted output. Version 3 proposes that multiple INPUT elements withTYPE=filewould be permitted for attaching multiple files. The ACCEPT attribute is proposed to be used to specify a comma separated list of MIME content types of the attached files. The Version 3 proposedTYPE=scribbleis to allow the user to scribble with a pointing device on top of the image specified with the SRC attribute. The Version 3 proposed DISABLED attribute would display this INPUT, but prohibit user entry/modification. The Version 3 proposed ERROR attribute defines text to be displayed in the event that the entered value for this INPUT is invalid. All elements concerning FORM are Level 2.
INS
- Description
- The INS element changes the character rendering of the contents of the element to logically represent inserted text, for instance in modifications in legal documents.
- Minimum Attributes
<INS>characters... </INS>- All Possible Attributes
<INS ID="..." LANG="..." CLASS="...">characters... </INS>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The INS element is a Version 3 proposed element. All character definition elements are Level 2.
ISINDEX
- Description
- This element appears to be a precursor to the
<FORM>element which has more features. When placed in the BODY of the document, it requires the ACTION attribute to point to a cgi-bin program which can handle the query, and produces a simple INPUT field with a prompt of: "This is a searchable index. Enter search keywords:" When placed in the HEAD of the document, it informs the browser that the document is an index document and can be examined using a keyword search. The ISINDEX element is usually generated automatically by a server-side script.- Minimum Attributes
<ISINDEX>- All Possible Attributes
<ISINDEX ACTION="..." PROMPT="...">- Elements Allowed Within...
- Allowed In Content Of...
<BLOCKQUOTE> <BODY> <DD> <FORM> <HEAD> <LI>- Variations
- The PROMPT attribute is a Netscape extension. ISINDEX is a Level 0 element. The new, more sophisticated FORM element is now used more widely. Version 2 describes ISINDEX as a Level 0 element as part of the HEAD. It does not include it as part of the BODY. Version 3 proposes the PROMPT attribute.
KBD
- Description
- The KBD element changes the character rendering of the contents of the element to logically represent text entered as keyboard input.
- Minimum Attributes
<KBD>characters... </KBD>- All Possible Attributes
<KBD ID="..." LANG="..." CLASS="...">characters... </KBD>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I>- Allowed In Content Of...
<A> <ADDRESS> <B> <CITE> <CODE> <DD> <DT> <EM> <H1> <H2> <H3> <H4> <H5> <H6> <I> <KBD> <LI> <P> <PRE> <SAMP> <STRONG> <TT> <VAR>- Variations
- While intended to be distinguishable from CODE, so that input and output would be different, most browsers render this the same as CODE, simply as a fixed-width font. The ID, LANG, and CLASS attributes are proposed in Version 3. All character definition elements are Level 2.
LANG
- Description
- The LANG element is used to change the LANG context from the current context.
- Minimum Attributes
<LANG>characters... </LANG>- All Possible Attributes
<LANG ID="..." CLASS="...">characters... </LANG>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The LANG element is a Version 3 proposed element. All character definition elements are Level 2.
LH
- Description
- The LH element defines a list header used as a title for a list. Browsers can use this in place of the full list when a mechanism is provided to fold and unfold nested lists.
- Minimum Attributes
<LH>characters... </LH>- All Possible Attributes
<LH ID="..." LANG="..." CLASS="...">characters... </LH>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
<DL> <OL> <UL>- Variations
- The LH element is proposed in Version 3 as an optional element at the beginning of lists. It is expected that browsers may render this element in a different style/font than the list itself.
LI
- Description
- The LI element defines a list item. It is rendered differently depending upon the list within which it appears.
- Minimum Attributes
<LI>characters...- All Possible Attributes
<LIwithin ULTYPE=disk|circle|squarewithin OLTYPE=A|a|I|i|iwithin OLVALUE=n>characters...</LI>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I> <P> <UL> <OL> <DIR> <MENU> <DL> <PRE> <BLOCKQUOTE> <FORM> <ISINDEX>- Allowed In Content Of...
<DIR> <MENU> <OL> <UL>- Variations
- TYPE and VALUE attributes are Netscape extensions. Most browsers assume the list item ends with the beginning of the next list item or the end of the list and do not require the closing tag
</LI>All list elements are Level 0.
LINK
- Description
- The LINK element is used to indicate a relationship between this document and other documents or objects. Multiple LINK elements may exist in a document. A LINK in document A with an HREF to document/object B with
REL=relation identifies a relationship that B has to A that A recognizes/authorizes/verifies. A LINK in document B with an HREF to document/object A withREV=relation that is the identical relation identifies a desired/expected/claimed relationship of B to document/object A, but must be verified by checking with A. For further description of the LINK attributes, see the A element.- Minimum Attributes
<LINK HREF="..." >- All Possible Attributes
<LINK HREF="..." REL="..." REV="..." URN="..." TITLE="..." METHODS="..." >- Elements Allowed Within...
- Allowed In Content Of...
<HEAD>- Variations
- LINK is a Level 0 element. In addition to those mentioned with the A element, Version 3 reserves some relations for REL that are expected to be used for document specific toolbars. Currently these include
Home, ToC, Index, Glossary, Copyright, Up, Next, Previous, Help, Bookmark. Version 3 also discusses relations for a document banner and style sheets.
LISTING
- Description
- The LISTING element defined a separated multi-line set of text to be rendered as it exists in the source document with the same line breaks.
- Minimum Attributes
<LISTING>characters... </LISTING>- All Possible Attributes
<LISTING WIDTH="..." >characters... </LISTING>- Elements Allowed Within...
<A> <HR> <BR> <TT> <B> <I> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE>- Allowed In Content Of...
<BLOCKQUOTE> <BODY> <DD> <FORM> <LI>- Variations
- Most browsers use fixed-width characters for LISTING text. This element existed in Version 0 and has been replaced by the
<PRE>element. Version 2 of the standard has declared LISTING as obsolete and some current browsers no longer recognize it.
MENU
- Description
- The MENU element defines an unordered list consisting of a number of separated multi-line
<LI>elements which may or may not be marked by a bullet or similar symbol. Similar to the<UL>element, it is rendered in a more compact manner.- Minimum Attributes
<MENU></MENU>- All Possible Attributes
<MENU COMPACT> </MENU>- Elements Allowed Within...
<LI>- Allowed In Content Of...
<BLOCKQUOTE> <BODY> <DD> <FORM> <LI>- Variations
- This list type is often rendered identically to UL. The COMPACT attribute of the UL element is more often used than this MENU element. By adding the PLAIN attribute to eliminate the bullets to the UL element, Version 3 proposes to remove the MENU element. All list elements are Level 0.
META
- Description
- The META element is used within the HEAD element to embed document meta-information not defined by other HTML elements. Such information may be extracted by servers/browsers. The HTTP-EQUIV attribute binds the element to an HTTP response header. If not present, the NAME attribute should be used to identify this meta-information and it should not be used within an HTTP response header. If the NAME attribute is not present, the name can be assumed equal to the value of HTTP-EQUIV. The CONTENT attribute defines the meta-information content to be associated with the given name and/or HTTP response header.
- Minimum Attributes
<META CONTENT="..." >- All Possible Attributes
<META HTTP-EQUIV="..." NAME="..." CONTENT="..." URL="..." >- Elements Allowed Within...
- Allowed In Content Of...
<HEAD>- Variations
- The META element was introduced in Version 2 and is a Level 1 element. Netscape 1.1 has added a automatic refresh capability using the META element by setting the HTTP-EQUIV attribute to
"REFRESH", the CONTENT attribute to a number of seconds, and the URL attribute to the file to load which defaults to reloading the same file. The URL attribute is a Netscape extension.- Sandia Requirements
- Sandia uses META elements in the HEAD to insert some required and some recommended information. The following are required:
<META NAME="AUTHOR" CONTENT="author name">
<META NAME="ORG" CONTENT="author org">
<META NAME="FILE NAME" CONTENT="Sandia Document Id Number">
and either
<META NAME="REVIEW" CONTENT="Next Review Date ">
or
<META NAME="EXPIRES" CONTENT="Expiration Date ">
The following are recommended:
<META NAME="BUILD" CONTENT="Creation Date">
<META NAME="SUBJECT" CONTENT="Subject">
<META NAME="KEYWORDS" CONTENT="key1, key2, key3">
<META NAME="DOCCOMM" CONTENT="Comments">
<META NAME="CREATIM" CONTENT="Creation Time">
<META NAME="VERSION" CONTENT="Document Version">
NEXTID
- Description
- The single attribute
N=provides the next available identifier for use by automatic hypertext editors. If the NEXTID element is manually entered, it should be alphabetical to avoid conflict with such editors.- Minimum Attributes
<NEXTID N="..." >- All Possible Attributes
<NEXTID N="..." >- Elements Allowed Within...
- Allowed In Content Of...
<HEAD>- Variations
- NEXTID is a Level 0 element.
NOBR
- Description
- All text between the start and end of the
NOBRelements cannot have line breaks inserted between them.- Minimum Attributes
<NBOR>characters... </NOBR>- All Possible Attributes
<NOBR>characters... </NOBR>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The NOBR element is a Netscape extension.
NOTE
- Description
- The NOTE element changes the rendering of the contents of the element to logically represent separated notational text. The SRC attribute specifies an image to appear preceding the note.
- Minimum Attributes
<NOTE>characters... </NOTE>- All Possible Attributes
<NOTE ID="..." LANG="..." CLASS="..." CLEAR=left|right|all|"..." SRC="..." MD="..."</NOTE>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The NOTE element is a Version 3 proposed element. It is expected to typically be rendered indented, without a preceding bullet, symbol, or other graphic. Accompanying style guides are expected to define renderings associated with specific CLASS values. NOTE, CAUTION, and WARNING are expected values for the CLASS attribute.
OL
- Description
- The OL element defines an ordered list consisting of a number of separated multi-line
<LI>elements, and ordered numerically in some way.- Minimum Attributes
<OL></OL>- All Possible Attributes
<OL COMPACT ID="..." LANG="..." CLASS="..." CLEAR=left|right|all|"..." CONTINUE SEQNUM=value TYPE=A|a|I|i|1></OL>- Elements Allowed Within...
<LH> <LI>- Allowed In Content Of...
<BLOCKQUOTE> <BODY> <DD> <FORM> <LI>- Variations
- Version 3 proposes the general ID, LANG, CLASS, and CLEAR attributes. The CONTINUE attribute is proposed by Version 3 to continue the numbering from where the previous OL list left off. The SEQNUM attribute is proposed by Version 3 to define a starting number for the list. The TYPE attribute is a Netscape extension. Version 3 proposes using associated style sheets and the CLASS attribute to handle these, and other, options to numbering style. All list elements are Level 0.
OPTION
- Description
- The OPTION element identifies a choice in a SELECT element, which in turn is part of the contents of a FORM element. SELECTED specifies that this option is selected by default. If SELECT allows MULTIPLE, then multiple options may be SELECTED. If the VALUE attribute it not present and the OPTION is selected, the OPTION contents is returned upon submission of the FORM. If the VALUE attribute is present and the OPTION is selected, the value of the VALUE attribute is returned instead of the contents.
- Minimum Attributes
<OPTION>characters...- All Possible Attributes
<OPTION SELECTED DISABLED VALUE="..." ID="..." LANG="..." CLASS="..." ERROR="..." SHAPE="..." >characters... </OPTION>- Elements Allowed Within...
- Allowed In Content Of...
<SELECT>- Variations
- The DISABLED attribute was first proposed with Version 2, is also defined in Version 3, and would display this OPTION, but prohibit user selection/deselection. Version 2 sets a max limit of 1024 characters on VALUE. Version 3 proposes the ID, LANG, CLASS, ERROR, and SHAPE attributes. The Version 3 proposed ERROR attribute defines text to be displayed in the event that selectiing this OPTION is invalid. The Version 3 proposed SHAPE attribute defines the shape of the "hotspot" on the imgage defined by the SRC attribute of the surrounding SELECT element. The proposed values of SHAPE are:
"default","circle x,y,r","rect x,y,w,h", and"polygon x1,y1,x2,y2,...". All elements concerning FORM are Level 2.
OVERLAY
- Description
- The OVERLAY element is used to overlay one or more images on top of a FIG image. The X and Y attributes identify the offsets from the top left of the FIG where the top left of the overlay will be placed.
- Minimum Attributes
<OVERLAY SRC="...">- All Possible Attributes
<OVERLAY SRC="..." MD="..." UNITS=pixels|en X=value Y=value WIDTH=value HEIGHT=value IMAGEMAP="...">- Elements Allowed Within...
- Allowed In Content Of...
<FIG>- Variations
- The OVERLAY element is proposed in Version 3 as part of the FIG construct. It is designed to take advantage of the caching system of most browsers for a series of similar images which may only differ by an overlay and the rest is already in cache.
P
- Description
- The P element is used to denote a paragraph break, and separates two blocks of text. Many other elements automatically imply a text separation, such as headings, list elements, blockquotes, etc.
- Minimum Attributes
<P>characters...- All Possible Attributes
<P ID="name" ALIGN=center|left|right|justify|indent WRAP=on|off NOWRAP CLEAR=left|right|all|"..." LANG="..." CLASS="...">characters... </P>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I>- Allowed In Content Of...
<ADDRESS> <BLOCKQUOTE> <BODY> <DD> <FORM> <LI>- Variations
- HTML+ introduced the optional
</P>element and theIDandALIGNattributes. The ID attribute is proposed in HTML+ to replace the NAME attribute in the A element to establish internal hyperlink destinations, and ALIGN would define the alignment of the text within the paragraph. Version 3 keeps the optional</P>element and both the ID and ALIGN elements, but Version 3 does not currently includeindentas an option for ALIGN. WRAP would turn off automatic word wrap, leaving text as it appears in the source. Version 3 replaces the WRAP attribute and values with the NOWRAP attribute. The P element is Level 0.
PERSON
- Description
- The PERSON element changes the character rendering of the contents of the element to logically represent the name of people to allow these to be extracted automatically by indexing programs.
- Minimum Attributes
<PERSON>characters... </PERSON>- All Possible Attributes
<PERSON ID="..." LANG="..." CLASS="...">characters... </PERSON>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The PERSON element is a Version 3 proposed element. All character definition elements are Level 2.
PLAINTEXT
- Description
- The PLAINTEXT element defined a separated multi-line set of text to be rendered as it exists in the source document with the same line breaks. It was designed to ignore all subsequent HTML tags. Therefore, it was always last in a document, allowing the remainder of the document to be presented as text.
- Minimum Attributes
<PLAINTEXT>characters... </LISTING>- All Possible Attributes
<PLAINTEXT WIDTH="..." >characters... </PLAINTEXT>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- Most browsers use fixed-width characters for PLAINTEXT text. A few browsers accepted the ending tag, which meant that the ending tag could not exist in the text. This element existed in Version 0 and has been replaced by the
<PRE>element. Version 2 of the standard has declared PLAINTEXT as obsolete and some current browsers no longer recognize it.
PRE
- Description
- The PRE element defines a separated multi-line set of text to be rendered as it exists in the source document with the same line breaks and spaces. Normal text removes multiple spaces and line breaks in the source.
- Minimum Attributes
<PRE>characters... </PRE>- All Possible Attributes
<PRE WIDTH="..." ID="..." LANG="..." CLASS="..." CLEAR=left|right|all|"..." >characters... </PRE>- Elements Allowed Within...
<A> <HR> <BR> <TT> <B> <I> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE>- Allowed In Content Of...
<BLOCKQUOTE> <BODY> <DD> <FORM> <LI>- Variations
- Most browsers use fixed-width characters for PRE text. The Version 2 specification states that the tab character should position to the next 8 character boundary. Version 3 encourages using the proposed TAB element instead. One typical use of PRE has been for tables, but the Version 3 TABLE element is proposed to fulfill that requirement. The ID, LANG, CLASS, and CLEAR attributes are proposed in Version 3. The attribute WIDTH has been alternatively identified as the maximum number of characters that can be displayed on a single line and the minimum number of characters that the browser should try to insure are displayed on a single line, possibly by selecting a smaller font size. Many browsers ignore the WIDTH attribute, and Version 3 is discussing the possibility of removing it. The PRE element is Level 0.
Q
- Description
- The Q element changes the character rendering of the contents of the element to logically represent a short quotation.
- Minimum Attributes
<Q>characters... </Q>- All Possible Attributes
<Q ID="..." LANG="..." CLASS="...">characters... </Q>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The Q element is typically shown enclosed in quotations marks as appropriate to the LANG language context. It is a Version 3 proposed element. All character definition elements are Level 2.
S
- Description
- The S element changes the physical rendering of the contents of the element to a font with a strikeout line through the letters.
- Minimum Attributes
<S>characters... </S>- All Possible Attributes
<S ID="..." LANG="..." CLASS="...">characters... </S>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The S element is proposed in Version 3. This replaces the STRIKE element which was proposed in Version 2. All character definition elements are Level 2.
SAMP
- Description
- The SAMP element changes the character rendering of the contents of the element to logically represent a sequence of literal characters.
- Minimum Attributes
<SAMP>characters... </SAMP>- All Possible Attributes
<SAMP ID="..." LANG="..." CLASS="...">characters... </SAMP>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I>- Allowed In Content Of...
<A> <ADDRESS> <B> <CITE> <CODE> <DD> <DT> <EM> <H1> <H2> <H3> <H4> <H5> <H6> <I> <KBD> <LI> <P> <PRE> <SAMP> <STRONG> <TT> <VAR>- Variations
- This is usually rendered with a fixed-width font. The ID, LANG, and CLASS attributes are proposed in Version 3. All character definition elements are Level 2.
SELECT
- Description
- The SELECT element defines a menu of a series of selectable input in a FORM, each identified with the OPTION element. At least one OPTION element is expected within the SELECT contents. NAME is the symbolic name of the field returned to the server on submission. SIZE determines the number of OPTIONS physically visible when the browser displays the FORM. The default selection will be the first OPTION in the SELECT contents. The MULTIPLE attribute, if present, allows multiple selections, and causes no OPTION to be the default.
- Minimum Attributes
<SELECT NAME="...">characters... </SELECT>- All Possible Attributes
<SELECT NAME="..." SIZE=value MULTIPLE ID="..." LANG="..." CLASS="..." ALIGN=top|middle|bottom|left|right DISABLED ERROR="..." SRC="..." MD="..." WIDTH=value HEIGHT=value UNITS=pixels|em>characters... </SELECT>- Elements Allowed Within...
<OPTION>- Allowed In Content Of...
<FORM>- Variations
- The ERROR attribute without a value was first introduced with Version 2 and is not widely implemented. Version 3 proposes the ID, LANG, CLASS, ALIGN, DISABLED, ERROR (with a value), SRC, MD, WIDTH, HEIGHT, and UNITS attributes. The Version 3 proposed DISABLED attribute would display this menu, but prohibit user entry/modification. The Version 3 proposed ERROR attribute defines text to be displayed in the event that the current selections for this menu are invalid. Version 3 proposes a SRC attribute to identify a URL for an image to be displayed instead of the OPTION texts for this menu, with each OPTION element identifying its "hotspot" on this image. If SRC is present, the texts would only be used for non-graphical browsers. All elements concerning FORM are Level 2.
SMALL
- Description
- The SMALL element changes the physical rendering of the contents of the element to a smaller font than normal text, if practical.
- Minimum Attributes
<SMALL>characters... </SMALL>- All Possible Attributes
<SMALL ID="..." LANG="..." CLASS="...">characters... </SMALL>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The SMALL element is proposed in Version 3. All character definition elements are Level 2.
STRIKE
- Description
- The STRIKE element changes the physical rendering of the contents of the element to a font with a strikeout line through the letters.
- Minimum Attributes
<STRIKE>characters... </STRIKE>- All Possible Attributes
<STRIKE>characters... </STRIKE>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I>- Allowed In Content Of...
<A> <ADDRESS> <B> <CITE> <CODE> <DD> <DT> <EM> <H1> <H2> <H3> <H4> <H5> <H6> <I> <KBD> <LI> <P> <PRE> <SAMP> <STRONG> <TT> <VAR>- Variations
- This is a Version 2 proposed element. (ed: This appears to be an undocumented extension which works in Netscape. Anyone try this with other browsers?) This is replaced in Version 3 with the <S> element.
STRONG
- Description
- The STRONG element changes the character rendering of the contents of the element to logically strengthen the text.
- Minimum Attributes
<STRONG>characters... </STRONG>- All Possible Attributes
<STRONG ID="..." LANG="..." CLASS="...">characters... </STRONG>- Elements Allowed Within...
<A> <IMG> <BR> <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <CITE> <TT> <B> <I>- Allowed In Content Of...
<A> <ADDRESS> <B> <CITE> <CODE> <DD> <DT> <EM> <H1> <H2> <H3> <H4> <H5> <H6> <I> <KBD> <LI> <P> <PRE> <SAMP> <STRONG> <TT> <VAR>- Variations
- This is usually rendered as bold. The ID, LANG, and CLASS attributes are proposed in Version 3. All character definition elements are Level 2.
SUB
- Description
- The SUB element changes the physical rendering of the contents of the element to a subscripted position.
- Minimum Attributes
<SUB>characters... </SUB>- All Possible Attributes
<SUB ID="..." LANG="..." CLASS="...">characters... </SUB>- Elements Allowed Within...
-TBD-- Allowed In Content Of...
-TBD-- Variations
- The SUB element is proposed in Version 2. No font size change was implied in Version 2, but Version 3 states that the font size shall be smaller than normal, if practical. The ID, LANG, and CLASS attributes are proposed in Ve