tryit_yourcode See Results <!DOCTYPE html> <html> <body> <h2>Input Type Password</h2> <form action="/sample_page.php"> Enter User Name:<br> <input type="text" name="username"><br> Enter Password:<br> <input type="password" name="psw"><br><br> <input type="submit" value="Submit"> </form> </body> </html>