Head.
These tags belong in the document head.
| Title |
<TITLE> </TITLE> |
document name for window title bar and bookmarks; must be in header; the only mandatory tags |
| Searchable |
<ISINDEX> |
prompt for key for simple keyword search with standard prompt string |
| Prompt |
<ISINDEX PROMPT="***"> |
prompt for key with user-defined prompt string |
| Identifier |
<NEXTID> |
|
| Base URL |
<BASE HREF="URL"> |
the absolute URL for resolving relative URLs |
| Style Sheet |
<STYLE> |
for future use with style sheets |
| Embedded Program Module |
<SCRIPT> </SCRIPT> |
surround code (e.g. Javascript) invoked in the page body |
| User-Defined Keywords |
<META> |
application-specific name/value pairs, commonly for searchers |
| Relationships |
<LINK REV="***" REL="***" HREF="***"> |
define relationships with other documents |