TheDeveloperBlog.com

Home | Contact Us

C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML

HTML Isindex Tag

HTML isindex Tag with html tutorial, tags, anchor, img, div, entity, textarea, marquee, p tag, heading tag, h1, h2, table, formatting, attribute, elements, ol, ul, Input Types, block element tag, inline element tag, html tags, phrase tag, head, body, form, lists, symbols etc.

<< Back to HTML

HTML <isindex> tag (Not supported in HTML5)

HTML <isindex> tag is used to provide a single line text input in a page to query a document. If user sent input to the server then server returns the list of page matching with the query.

The <isindex> tag can be used anywhere in the document, but it would be preferable to use it within <head> tag.

Note: Do not use <isindex> tag as it is not supported by HTML5, instead of it you can use form <input> which will do the same work.

Syntax

    <isindex prompt = "Search your document here" />

Following are some specifications about the HTML <isindex> tag

Display None
Start tag/End tag Only Start tag (End tag forbidden)
An element of Document Structure

Example

<!DOCTYPE html>
<html>
<head>
<isindex prompt = "Search your document here" />
</head>
</html>
Test it Now

Attribute

Tag-specific Attribute

Attribute Value Description
prompt hint-text It adds value as a label for the search text field.
action URL It is used to send the query to different URL instead of current document.

Global Attribute

HTML <isindex> tag supports the Global Attributes.

Event attribute

HTML <isindex> tag supports the Event Attributes.

Supporting Browsers

Elementchrome browser Chromeie browser IEfirefox browser Firefoxopera browser Operasafari browser Safari
<isindex>NoNoNoNoNo
Next TopicHTML kbd Tag




Related Links:


Related Links

Adjectives Ado Ai Android Angular Antonyms Apache Articles Asp Autocad Automata Aws Azure Basic Binary Bitcoin Blockchain C Cassandra Change Coa Computer Control Cpp Create Creating C-Sharp Cyber Daa Data Dbms Deletion Devops Difference Discrete Es6 Ethical Examples Features Firebase Flutter Fs Git Go Hbase History Hive Hiveql How Html Idioms Insertion Installing Ios Java Joomla Js Kafka Kali Laravel Logical Machine Matlab Matrix Mongodb Mysql One Opencv Oracle Ordering Os Pandas Php Pig Pl Postgresql Powershell Prepositions Program Python React Ruby Scala Selecting Selenium Sentence Seo Sharepoint Software Spellings Spotting Spring Sql Sqlite Sqoop Svn Swift Synonyms Talend Testng Types Uml Unity Vbnet Verbal Webdriver What Wpf