<html>
<body>
<form action="https://www.w3schools.com/action_page.php">
First name: <input type="text" name="FirstName" value="Mickey"><br>
Last name: <input type="text" name="LastName" value="Mouse"><br>
<input type="submit" value="Submit">
</form>
<p>Click the "Submit" button and the form-data 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_submit by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:59:07 GMT -->
</html>