basehref.php 408 B

123456789101112131415161718192021222324
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5. </head>
  6. <body>
  7. <base href="/form/">
  8. <p>
  9. <a href="example7">Relative Link</a>
  10. </p>
  11. <form action="example5" method="post">
  12. <input type="text" name="rus" value="Верно"/>
  13. <div id="button-container">
  14. <input type="submit" value="Relative Form"/>
  15. </div>
  16. </form>
  17. </body>
  18. </html>