answersLogoWhite

0


Best Answer

Set the type to password instead of text.

For example: <input type="password" name="password">

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you make a password box that stars the text with HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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


What is better HTML or text?

Of course, it's HTML! HTML can do anythink that text can do plus more! Can text make a radio buttin? Can text make a drop-down menu? No, and again no! HTML Text


How will you create username and password HTML tags?

&lt;input type="text" /&gt; That could be used for a username &lt;input type="password" /&gt; That could be used as a password.


How do you enable the text-box in html?

You can enable the text box in HTML using input tag. The input tag asks the input type and make it to Text.


What are HTML translators?

That depends, it may be HTML script "translated" into normal text, as BBCode where you can make bold text, and it can be HTML which is translated into for example PHP with echo tags.


How to Get value from one HTML page in to another HTML page?

I think you'd have to use a form with PHP or ASP or JS or something along those lines.For example, to create a login page in PHP/HTML you need 2 pages.One to get the user input and one to make use of it (validate username and password).PAGE 1:LOGIN.HTMLname: password: PAGE 2:WELCOME.PHP


What are translators?

That depends, it may be HTML script "translated" into normal text, as BBCode where you can make bold text, and it can be HTML which is translated into for example PHP with echo tags.


Different types of input html?

HTML supports ten input types: button, checkbox, file, hidden, image, password, radio, reset, submit, and text.


How do you make a hyperlink?

Hyperlink types: HTML :- &lt;a href="http://yourlinkhere"&gt;Anchor Text&lt;/a&gt;


How do you make text smaller in HTML?

in css - layout font-size: 36;


How do you make words italic for MySpace?

text here It's called HTML.


HOW will you make certain piece of text bold- faced in HTML?

Use &lt;b&gt;Your Text Here&lt;/b&gt; OR &lt;strong&gt;Your text here&lt;/strong&gt;