HTML - Input Search
Table of Contents
About
A input search is a input element with a search type that represent a search box.
It's identical to text inputs, but may be styled differently by the user agent.
Articles Related
Example
<label for="searchId">Search: </label>
<input id="searchId" name="searchName" type="search" placeholder="search term" />