crop_rotate
Run
<!DOCTYPE html> <html lang="en"> <head> <title>Page Title</title> </head> <body> <h1>HTML Form Action Attribute</h1> <form action="https://www.closetag.com/login.php"> <label for="fname">First name:</label><br> <input type="text" id="fname" name="fname" value="Mohamed"><br> <label for="lname">Last name:</label><br> <input type="text" id="lname" name="lname" value="Aly"><br><br> <input type="submit" value="Submit"> </form> <p>If You Click The "Submit" Button, The Form-data Will Be Sent TO A Website Closetag</p> </body> </html>
Page Title
HTML Form Action Attribute
First name:
Last name:
If You Click The "Submit" Button, The Form-data Will Be Sent TO A Website Closetag