Valeri173

Untitled

Oct 20th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. h1{
  6. text-align: center;
  7. color: red;
  8. background-color: blue;
  9. }
  10. form{
  11. text-align: center;
  12. }
  13. </style>
  14. </head>
  15. <title>Quiz baby</title>
  16. <body>
  17.  
  18. <h1>Test yeee</h1>
  19. <form action = "result.php">
  20. <p>
  21. Кой е най-големия град?
  22. <p>
  23. <input type = "radio" name = "town"value = "Sofia">
  24. <label for "Sofia">София</label>
  25. <br>
  26. <input type = "radio" name = "town" value = "Belasica">
  27. <label for "Belasica">Беласица</label>
  28. <br>
  29. <input type = "radio" name = "town" value = "Varna">
  30. <label for "Varna">Варна</label>
  31. <br>
  32. <input type = "radio" name = "town" value = "Burgas">
  33. <label for "Burgas">Бургас</label>
  34. <p>
  35. Кой е най-високия връх в България?
  36. <p>
  37. <input type = "radio" name = "mountain" value = "Sofia">
  38. <label for "Sofia">София</label>
  39. <br>
  40. <input type = "radio" name = "mountain" value = "Belasica">
  41. <label for "Belasica">Беласица</label>
  42. <br>
  43. <input type = "radio" name = "mountain" value = "Musala">
  44. <label for "Musala">Мусала</label>
  45. <br>
  46. <input type = "radio" name = "mountain" value = "Burgas">
  47. <label for "Burgas">Бургас</label>
  48. <p>
  49. Кой е най-доброто макаши?
  50. <p>
  51. <input type = "radio" name = "river" value = "Sofia">
  52. <label for "Sofia">София</label>
  53. <br>
  54. <input type = "radio" name = "river" value = "Belasica">
  55. <label for "Belasica">Беласица</label>
  56. <br>
  57. <input type = "radio" name = "river" value = "Bela">
  58. <label for "Bela">Бела</label>
  59. <br>
  60. <input type = "radio" name = "river" value = "Burgas">
  61. <label for "Burgas">Бургас</label>
  62. <br>
  63. <input type = "submit" value = "Предай !">
  64. </form>
  65.  
  66. </body>
  67. </html>
Advertisement
Add Comment
Please, Sign In to add comment