Formulário básico de busca


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <div id="search">
  2. <form action="javascript:void(0);">
  3. <label for="search">
  4. <input type="text" class="input_text" name="search" alt="Digite sua busca" value="Digite sua busca"/>
  5. <input type="submit" class="input_submit" value="Buscar" />
  6. </label>
  7. </form>
  8. </div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.