Insert this into your code:
There is an html form element for password. Validation script for password doesn't differ from script of html text element
An HTML web page can not be password protected on its own. This is a task better suited for a language such as PHP when combined with HTML forms. You could ask the user for a password, and if it is correct create a cookie. When the user visits the site, you can redirect them elsewhere if they don't have the cookie.
Set the type to password instead of text. For example: <input type="password" name="password">
For this, you can create a password textbox. See the link below.
<input type="text" /> That could be used for a username <input type="password" /> That could be used as a password.
Build your form in HTML and specify your PHP file in the action of the document. HTML does the form stuff, PHP the processing (although you can - of course - use HTML inside PHP via print() or echo(), too)
Input type, password can be used for putting passwords. It will make the inputs as bullets.
zishy im probaly stuck what to do after the password and username is done
You would need to use PHP
If you are wanting to specify a link to another page:Link Text
Please be more specific. What password? There is no password for installation, assuming you bought the game yourself. If you had the game gifted, there is no password either. If you bought the game in stores, the "serial number" (not password) for installation and registration on Steam should be somewhere on the box. Other than that, please specify WHICH password you want.
the <IMG> tag has two attributes, height and width that take numeric values as input which specifies the pixel height and width of the image. You can use these attributes to specify the size of the image.