Languages
[Edit]
EN

HTML - search input

0 points
Created by:
Eshaal-Wilkinson
774

In this article, we would like to show you how to create search input in HTML.

Quick solution:

<input type="search" name="search-name" />

 

Practical example

In this example, we create search input using input element's attribute type="search".

// ONLINE-RUNNER:browser;

<!doctype html>
<html>
<body>
  <label>
    <span>MySearch:</span>
    <input type="search" name="my-search" />
  </label>
</body>
</html>

References

Alternative titles

  1. HTML - input type search
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

HTML - input element types

Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join