Advertisement
Guest User

Untitled

a guest
Dec 12th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <!DOCUTYPE HTML>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="stylesheet" href="style.css" type="text/css">
  6. <title></title>
  7. </head>
  8. <body>
  9. <header>
  10. <h2>LOLTest Java</h2>
  11. <form class="functionHeader">
  12. <a class="signIn" href="http://vk.com">Sign in</a>
  13. <a href="#"><h4></h4></a>
  14. <a href="#"><h4></h4></a>
  15. <a href="#"><h4></h4></a>
  16. </form>
  17. </header>
  18. <menu>
  19. <div id="wall">
  20. <a><h3>Вопрос № </h3></a>
  21. <form id="questions">
  22. <p><input name="test" type="radio" value="variant1">${variant1}</p>
  23. <p><input name="test" type="radio" value="variant2">${variant2}</p>
  24. <p><input type="submit" value="Check"></p>
  25. </form>
  26. </div>
  27. </menu>
  28. <footer>
  29. <a><h4>©Corporation</h4></a>
  30. </footer>
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement