What part of the HTML5 semantics do I put a form in?

Asked

Viewed 39 times

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>

1 answer

1


There is no exact place where you should put the form there is the contextualization of your form after all it is not contextual you put a form in an item display list as a list of blogs.
In view of this it now makes sense for you to put the form in a location intended for adding and editing your blog.

  • Thank you very much!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.