ClickStart logoHTML5 to the point

Creating a search input element

You can use the input element’s ‘search’ type to create a search field.

Screenshot

Code

search
<input name="mySearch" type="search">

Example

search