Prev Demo
Textsecurity:Square
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title></title> <style> input{ -webkit-text-security:square; } </style> </head> <body> <p><i>Text security square shows the password in square box</i></p> <input type="text" /> </body> </html>
Note: We DO NOT save your trial code in our database.
Output