<html>
<body>
<form action="https://www.w3schools.com/action_page.php" method="get" target="_blank">
First name: <input type="text" name="fname"><br>
Last name: <input type="text" name="lname"><br>
<input type="submit" value="Submit">
</form>
<p>Click on the submit button, and the input will be sent to a page on the server called "/action_page.php".</p>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml_form_method by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:10:32 GMT -->
</html>