Advertisement
Guest User

Untitled

a guest
Oct 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="pl">
  3. <head>
  4. </head>
  5. <body bgcolor="grey">
  6. <form method="" action="">
  7.  
  8. <h1>Formularz kontaktowy</h1>
  9. <h2>Podaj swoje nazwisko i imię: <input type="text" name="" id="" value="" size="50"/></h2><br>
  10. <h2>Wykształcenie:</h2>
  11. <h3><input type="radio" name="wybor" id="" value=""/>Podstawowe<br>
  12. <input type="radio" name="wybor" id="" value=""/>średnie<br>
  13. <input type="radio" name="wybor" id="" value=""/>Wyższe</h3><br>
  14.  
  15. <h3><input type="checkbox" name="" id="" value=""/>Zgadzam się na przetwarzanie moich danych osobowych.</h3>
  16.  
  17. <input type="button" name="wybor" id="" value="Wyślij"/>
  18. <input type="reset" name="" id="" value="wyczyść"/>
  19.  
  20.  
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement