This tutorial is nothing advanced, just a simple password form
And yes in the password it shows **** not your actual pass.
Code:
<html>
<body>
<form action="">
Username: <input type="text" name="user" /><br />
Password: <input type="password" name="password" />
</form>
</body>
</html>
And yes in the password it shows **** not your actual pass.