Search
A input of type "search" is a specialized HTML input element designed for search functionality within a webpage. It allows users to enter search queries, providing a streamlined and intuitive interface for finding content.
1. Default
To display an input with a label, you will have to do the same as working with native HTML, adding a for
attribute for the label with the value of the control's id
.
In addition, a div wrapper must be used around those elements to properly style them. These styles are documented on the label and form sections, correspondingly.