Table of Contents

What is a Search box (Search bar)?

About

A searchbox or search bar is a combobox where the user enters a search term that should be searched in a collection of documents.

The search may be:

Example

HTML Basic

A search box in HTML is done with a input/search

<label for="searchId">Search: </label> 
<input id="searchId"  name="searchName" type="search"  placeholder="search term" />

Search box with Autocompletion

How to create an Autocompletion functionality with CSS , Javascript and HTML ?

Usage

Feature

Search box may also have the following features:

Library

Name AutoComplete List Filtering
Floating ui Yes Yes
auto-complete Yes No
omnisearch (Demo) Yes No
listjs No Yes

Metadata

If you want to advertise your own search engine or discover them, check this article: Search Engine - How to advertise your website engine