At the top of the site I have a <form>
fetch. In the semantics of HTML5 within which tag I put this <form>
. Type: section, article, etc ...
<form name="buscaguia">
<input type="text" name="buscar" placeholder="Buscar no Guia Comercial">
<button type="submit">Pesquisar</button>
</form>