how to do a condition in html that a certain password will allow you into the next page 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">