Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML Advanced Search - Header part

Any idea or website to check out for search box on the header part of the website and a arrow or button to open a div to slide down to show advanced search option with some fields to search upon.

I know it's pretty simple but want to see and develop it through some examples.

-- GOK

like image 427
GOK Avatar asked Feb 16 '26 23:02

GOK


1 Answers

Ignore any examples right now but you can utilize the HTML5 datalist element to suggest an array of values within a search box.

Learn more at MDN.

like image 157
Oriol Avatar answered Feb 19 '26 13:02

Oriol