<isindex> HTML Tag

In this article we will discuss about how to use index Tag in HTML.
  • 1781

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 &lt;ISINDEX&gt;</h1>

    Type the keyword in the input field u want to search and it will embed within the

    url.

    <hr>

</body>

</html> 

Output:
 isindex.jpg

Ask Your Question 
 
Got a programming related question? You may want to post your question here
 
Programming Answers here
© 2020 DotNetHeaven. All rights reserved.