Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>HTML Password Input Field</title> </head> <body> <form> <label for="user-pwd">Password:</label> <input type="password" name="user-password" id="user-pwd"> </form> </body> </html>