Searchable index  - <ISINDEX>

Previous- INS - Inserted  |  Next-KBD - Keyboard

Description
Indicates that the document can create a search string or keywords which will be returned to the server, rather than implying that the document itself is searchable. If you include this tag, the document will automatically contain the following text: "You can search this index. Type in the keyword(s) you want to search for:" and this will be followed by a text box for user input. Words typed into the search box will be appended to the page url when submitted. This tag is deprecated in HTML 4, therefore the recommended method of producing the search string is through the use of FORMs. Deprecated under HTML 4.0
Attributes
NameValuesDescription
actionstringForm action
classclassnameClass of the element which is used to associate the element with a style sheet.
dirltr|rtlThe direction in which text flows when surrounded by text which flows in different directions.
idstringA unique name to identify an element.
langlanguage_typeThe ISO description for the language of the element.
languagejavascript|jscript|vbscript|vbs
promptstring
stylestringSpecifies style information for the element.
titlestringTitle for element which is often displayed as a tool-tip when the cursor hovers over the element.

Example
<head>
<isindex>
</head>
Will be displayed as :



Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
YES YES YES YES YES YES YES YES YES

Previous- INS - Inserted  |  Next-KBD - Keyboard