Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <form>
  2. <input type="text" id="nombre" required>
  3. <input type="date" id="cumpleaños" required>
  4. <button type="submit" >Guardar</button>
  5. </form>
  6.  
  7. <form>
  8. <input type="text" id="nombre" required>
  9. <button type="submit" >Buscar</button>
  10. </form>
  11. <br></br>
  12. <table border="1">
  13. <thead>
  14. <tr>
  15. <th>Nombre</th>
  16. <th>Boton</th>
  17. </tr>
  18. </thead>
  19. <tbody>
  20. <td>Marcos</td>
  21. <td><button type="button" name="cargar_informacion">Ver informacion</button></td>
  22. </tbody>
  23. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement