Prev Demo
Submit Button
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="Name" placeholder="Enter your Name"> <br> Password:<br> <input type="password" name="password" placeholder="password"> <br><br> <input type="submit" value="submit"/> </fieldset> </form> </body> </html>
Note: We DO NOT save your trial code in our database.
Output