HTML <isindex> tag
Updated: 11/13/2018 by Computer Hope
When writing in HTML (hypertext markup language), the <isindex> tag was used to designate a single-line text box for entering a query string. It was used to allow servers to send search results based on the characters in submitted string. The following sections contain information about this tag, including an example of its code, and related attributes and browser compatibility.
Example of <isindex> code
<head> <isindex prompt="What would you like to search?" />
</head>
Attributes
Within an HTML tag, an attribute dictates certain aspects of an HTML element. Attributes are made up of a name and value pair. The <isindex> tag is no longer supported, but at one time it used the attributes contained in the following table.
Attribute | Description |
---|---|
action | Designates an alternate URL (uniform resource locator) where a search could be submitted. |
prompt | Designates temporary text for the search box. |
Compatibility
Edge | Internet Explorer | Firefox | Safari | Opera | Chrome |
---|---|---|---|---|---|
Not Supported | Not Supported | Not Supported | Not Supported | Not Supported | Not Supported |