<html>
    <head>
        <title>Testing the history_2</title>
    </head>
    <body>
      <form action="history_3.html" method="get" name="get_form">
          <input type="Submit" name="submit"/>
      </form>
      <form action="" method="post" name="post_form">
          <input type="Submit" name="submit"/>
      </form>
    </body>
</html>