This element is presented as a one-line plain text editor control in which the text is obscured so that it cannot be read, usually by replacing each character with a symbol such as the asterisk code example
Example 1: how to create password input in html
<input type="password" name=""value="">
Example 2: input type password show asterisk
<input type="password" name="password">