Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <style>
- h1{
- text-align: center;
- color: red;
- background-color: blue;
- }
- form{
- text-align: center;
- }
- </style>
- </head>
- <title>Quiz baby</title>
- <body>
- <h1>Test yeee</h1>
- <form action = "result.php">
- <p>
- Кой е най-големия град?
- <p>
- <input type = "radio" name = "town"value = "Sofia">
- <label for "Sofia">София</label>
- <br>
- <input type = "radio" name = "town" value = "Belasica">
- <label for "Belasica">Беласица</label>
- <br>
- <input type = "radio" name = "town" value = "Varna">
- <label for "Varna">Варна</label>
- <br>
- <input type = "radio" name = "town" value = "Burgas">
- <label for "Burgas">Бургас</label>
- <p>
- Кой е най-високия връх в България?
- <p>
- <input type = "radio" name = "mountain" value = "Sofia">
- <label for "Sofia">София</label>
- <br>
- <input type = "radio" name = "mountain" value = "Belasica">
- <label for "Belasica">Беласица</label>
- <br>
- <input type = "radio" name = "mountain" value = "Musala">
- <label for "Musala">Мусала</label>
- <br>
- <input type = "radio" name = "mountain" value = "Burgas">
- <label for "Burgas">Бургас</label>
- <p>
- Кой е най-доброто макаши?
- <p>
- <input type = "radio" name = "river" value = "Sofia">
- <label for "Sofia">София</label>
- <br>
- <input type = "radio" name = "river" value = "Belasica">
- <label for "Belasica">Беласица</label>
- <br>
- <input type = "radio" name = "river" value = "Bela">
- <label for "Bela">Бела</label>
- <br>
- <input type = "radio" name = "river" value = "Burgas">
- <label for "Burgas">Бургас</label>
- <br>
- <input type = "submit" value = "Предай !">
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment