Input Type: Search

Search fields behave like a regular text fields. This input type is used for search fields:

<input type="search">
HTML file: Displayed by browser:
<form action="http://www.w3schools.com/html/action_page.php">
  Search Google:
  <input type="search" name="googlesearch">
  <input type="submit">
</form>
Search Google:

This only works in Chrome and Safari.

Back button Table of Contents Next button