HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <form action="/user-name.php" method="get"> Name: <input type="text" name="name"> <button type="submit">Submit</button> </form> <p><strong>Note:</strong> This is button will submit your form, when clicked.</p> </body> </html>
OUTPUT
×

Save as Private