[Top] -- HTML Documentation Table of Contents

Miscellaneous

No notation:
3.0:
HTML 2.0
HTML 3.0 tag
N1.0:
N1.1:
N2.0:
Netscape extension with Navigator 1.0
Netscape extension with Navigator 1.1
Netscape extension with Navigator 2.0


Comment (not displayed by the browser)
<!--***-->

Prologue
<!doctype html public"-//etf">
<!doctype html public"-//dtd html 2.0">
<!doctype html public"-//en">
3.0Prologue
<!doctype html public"-//w30">
<!doctype html public"-//dtd w3 html 3.0">
<!doctype html public"-//en">
Searchable (indicates a searchable index)
<isindex>
N1.0Prompt (text to prompt input)
<isindex prompt=?***>
Send Search (use a real question mark)
<a href="url?***"></a>
URL of This File (must be in header)
<base href="url">
N2.0Base Window Name (must be in header)
<base target="***">
Relationship (in header)
<link rev="***"rel="***"href="url">
Meta Information (must be in header)
<meta>

[Top] -- HTML Documentation Table of Contents