Code
Execute
<!DOCTYPE html> <html> <head><title>html tutorial - html5 - html code - html form - In 30Sec by Microsoft Award MVP - | wikitechy action attribute</title></head> <body> <form action="submit.html" onsubmit="alert('Submitted!');return false;"> Technology: <input type="text" name="technology"><br> Tutorial : <input type="text" name="tutorial"><br> <input type="submit" value="Submit"> </form> </body> </html>
Result