Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <form name="invio_dati" action="URL_personalizzata" method="post">
  2. <p><input name="Nome" placeholder="Nome"></p>
  3. <p><input name="Cognome" placeholder="Cognome"></p>
  4.  
  5.  
  6. <p>
  7. <input name="sesso" type="radio" value="maschio"> Maschio
  8. <input name="sesso" type="radio" value="femmina"> Femmina
  9. </p>
  10. <p>
  11. <input type="button" value="saluto" onClick="alert('Ciao da Coding Creativo');" />
  12. </p>
  13. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement