HTML - Input Search
Table of Contents
1 - 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.
2 - Articles Related
3 - Example
<label for="searchId">Search: </label>
<input id="searchId" name="searchName" type="search" placeholder="search term" />