Prev Demo
Password Text Box By Using <Input> Element In HTML & HTML5.
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <form> <h1>Password textbox</h1> <input type="password" name="password1"/> </form> </body> </html>
Note: We DO NOT save your trial code in our database.
Output