![]() |
VOOZH | about |
The HTML <input type="search"> element creates a search input field. It allows users to enter search queries. It typically includes features like a clear button to easily remove the entered text and may have a search icon to indicate its purpose. This element is useful for implementing search functionality in web forms.
<input type="search">Example: This example demonstrates the use of HTML <input type="search"> element.
Output