Advertisement
Guest User

sus

a guest
Jan 23rd, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. <html>
  2. <body>
  3.  
  4. <table border="0" align="border">
  5.  
  6. <tr>
  7. <td colspan="50%"> <b>Nome:</b> </td>
  8. <td colspan="50%"><input type="text" name="nome"></td>
  9. </tr>
  10.  
  11. <tr>
  12. <td colspan="50%"> <b>Cognome:</b> </td>
  13. <td colspan="50%"><input type="text" name="cognome"></td>
  14. </tr>
  15.  
  16. <tr>
  17. <td colspan="50%"> <b>Paese:</b> </td>
  18. <td colspan="50%">
  19. <select>
  20. <option> Italia </option>
  21. <option>Francia</option>
  22. <option>Crucchia</option>
  23. <option>Inghilterra (NON UK)</option>
  24. <option>Spagna</option>
  25. </select> </td>
  26.  
  27. </tr>
  28.  
  29. <tr>
  30. <td colspan="50%"> <b>Sesso:</b> </td>
  31. <td colspan="25%"><input type="radio" name="sesso" value ="maschio">M<br></td>
  32. <td colspan="25%"><input type="radio" name="sesso" value ="femmina">F<br></td>
  33. </tr>
  34.  
  35. <tr>
  36. <td colspan="100%" align="center"><input type="button" value="Invia"></td>
  37. </tr>
  38. </table>
  39. </body>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement