HTML <nextid> tag

❮ Previous Reference Next ❯

Deprecated: Not Supported in HTML5.

Example

<head>
  <nextid n=z27>
</head>

Meaning

The <nextid> element the number of the next document-wide numeric identifier to be allocated of the form z123.

The <nextid> element 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.

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


Standard Syntax

<nextid n="number">



Browser Support




Status







Attribute

Value Description
n (number) Specifies the next document-wide numeric identifier to be allocated of the form z123.
❮ Previous Reference Next ❯