"> "> ">
<input type="password" name="password">

The input element with a type attribute whose value is password creates a single-line text field similar to the input type=text, except that text is not displayed as the user enters it.

<input type="password" name="password" placeholder="Password">

Placeholder text is shown in plain text and is overwritten automatically when a user starts typing.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/a6ba2b65-d641-46b8-b3c2-342e2c9f871c/Untitled.png

Note: Some browsers and systems modify the default behavior of the password field to also display the most recently typed character for a short duration, like so:

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/704776a8-b4c5-413b-a59e-2951b9e2b077/Untitled.png