<isindex> HTML Tag
In this article we will discuss about how to use index Tag in HTML.
The <isindex> tag creates a single line control, for inputting text, that does not require a <form> tag. The <isindex> tag can be used if there is an associated searchable index on the server. A search query URL is created that is composed of a URL, followed by a question mark, and then the list of keywords
HTML Code:
<html>
<head>
<title>Idocs: ISINDEX Example searching keyword</title>
</head>
<body bgcolor="#FFFFFF">
<isindex>
<h1>
Example of <ISINDEX></h1>
Type the keyword in the input field u want to search and it will embed within the
url.
<hr>
</body>
</html>
|
Output:

Ask Your Question