Show Output
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>HTML Password Field Example</title> </head> <body> <form> <label for="password">Password:</label> <input type="password" name="password" id="password" placeholder="Enter Password" /> </form> </body> </html>