Contents Index Topic Contents | ||
Previous Topic: COLGROUP Next Topic: DD |
COMMENT
Description
This element is no longer recommended. Indicates a comment that will not be displayed. This element is provided for backward compatibility. When authoring documents, use the <!-- --> comment element for comments instead.
Syntax
<COMMENT
ID=value
LANG=language
TITLE=text
>
Parameter Description ID=value An SGML identifier used as the target for hypertext links or for naming particular elements in associated style sheets. Valid ID values must begin with a letter. The underbar character, "_", may be used in the ID name. The ID should be unique throughout the scope of the document. If more than one object with the same identifier exists in a document, a collection of those named items is created that can only be referenced by ordinal position. LANG=language Specifies which language to use in ISO standard language abbreviation form. TITLE= Used to provide advisory information. Remarks
Both the start and end tags are required.
Scripting Object
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.