Home » HTML » Html miscellaneous » Question
  1. Which element puts a text field in a page for querying document?
    1. <dir>
    2. <command>
    3. <keygen>
    4. <isiindex>
    5. none of these
Correct Option: D

An element which exists to facilitate generation of key material is <keygen>. <isindex> is an obsolete HTML element. It puts a text field in a page for querying the document. It is deprecated as of HTML 4.1, because same behavior can be achieved with HTML form. All major browsers have now removed <isindex>. <dir> contains list of directories. Those commands that user can invoke are represented by <command>.



Your comments will be displayed only after manual approval.