Zessa
3
Q:

search bar html

<!-- Load icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

  
<!-- The form -->
<form class="example" action="action_page.php">
  
  <input type="text" placeholder="Search.." name="search">
  <button 
  type="submit"><i class="fa fa-search"></i></button>
</form> 
2
<input type="text" name="search">
2
<input type="search">
0

New to Communities?

Join the community