Prev Demo
HTML5
>
HTML Forms
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <form action="method"> <fieldset> Name:<br> <input type="text" name="firstname"><br> Password:<br > <input type="password" name="password"> </fieldset> </form> </body> </html>
Note: We DO NOT save your trial code in our database.
Output