albita123

action_submit

Jan 10th, 2022 (edited)
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.30 KB | None | 0 0
  1. <!-- Codice di Gjyli Iljas -->
  2. <form action="http://example.com/">
  3.   <label for="nome">Nome</label><br>
  4.   <input type="text" id="nome" name="nome"><br>
  5.   <label for="cognome">Cognome:</label><br>
  6.   <input type="text" id="cognome" name="cognome"><br><br>
  7.   <input type="submit" value="Invio">
  8. </form>
Add Comment
Please, Sign In to add comment