answersLogoWhite

0

Insert this into your code:


Password:




Obviously you will have to have used other things correctly in your code for it to work.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is java script code for password?

There is an html form element for password. Validation script for password doesn't differ from script of html text element


How do you password protect a HTML webpage?

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.


How do you make a password box that stars the text with HTML?

Set the type to password instead of text. For example: <input type="password" name="password">


How do you display a textbox for accepting password from the user in HTML?

For this, you can create a password textbox. See the link below.


How will you create username and password HTML tags?

<input type="text" /> That could be used for a username <input type="password" /> That could be used as a password.


How do you go from HTML form to php?

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)


How do you put password in stars instead of bullet in HTML code?

Input type, password can be used for putting passwords. It will make the inputs as bullets.


Why can't you send emails from my HTML?

zishy im probaly stuck what to do after the password and username is done


How do you retrieve username and password from sql database to HTML web page?

You would need to use PHP


What HTML attribute identifies a link target?

If you are wanting to specify a link to another page:Link Text


Where is the password for left 4 dead 2?

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.


How do you specify size of an image in HTML?

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.