Html5 Search Tag

Html5 input search is a data search type attribute. which can use to create for a data search field user input.The search type text box does support strings and numeric value.

Example Code



<!DOCTYPE HTML>
<input type="search" name="search_box" >

Out Put :

Screen Shot





Content