There is a search form.

div style="float: left"> <form action="" method="post" class="search" style="margin-top: 14px; margin-left: 30px; margin-bottom: 0px"> <input type="search" style="height: 26px" name="" placeholder="Поиск" class="input" /> <input type="submit" name="" value="" class="submit" /> </form> </div> 

I watched google and yandex search services, where they offer their search forms.
Is it possible to somehow tie their functionality to this form?

  • What is the essence of the question? You can tie anywhere) - Shadow33
  • Of course, yes - you can! - Andrey

0