NEXTID

This tag has a single attribute, namely 'the number of the next document-wide numeric identifier to be allocated of the form z123'. The NEXTID tag is designed for use by automatic hypertext editors, and is not intended for use by mere humans. People writing HTML should generally use mnemonic alphabetical identifiers.

The NEXTID element should be placed in the document HEAD.

Notes for Writers of HTML Editors

Old anchor ids should not be reused when modifying documents, as other documents may contain references that point to them.

Example of use:

 
<HEAD> 
<NEXTID N=z27> 
.
.
</HEAD> 


Content


Tag Minimization
Open Tag: REQUIRED
Close Tag: OPTIONAL
See ATTRIBUTES
Empty CONTENT DECLARATION


Parent Elements


Top Element List
All Element List
Tree
HTML 2.0 DTD