2
At the top of the site I have a <form>
search. In the HTML5 semantics within which tag I place 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>
Thank you very much!
– Gladison