answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you put password in stars instead of bullet in HTML code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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">


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 add a bullet in HTML?

<li>I am a bullet</li> You may want to use <br /> or <p></p> to organize the layout.


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.


This level is called the idiot test the basic requirement is that you should know HTML if you don't know the answer don't go begging for it instead go and learn HTML first?

I assume you're talking about a site such as http://www.hackthissite.org, you should right click and view the source code, you will the find the password somewhere within the html.


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.


What is web HTML?

It is a HTML file you're opening on a web browser instead of Adobe Reader.


What is the difference in HTML 4 and HTML 5?

Unlike HTML 4 you cannot do these things in HTML 5: - using attributes without double-quotation like <font face=tahoma> instead of <font face="tahoma"> - Closing tags wrong <b><i>test</b></i> instead of <b><i>test</i></b> - Special Tags Closing <br> instead of <br />


What is important of ul in HTML?

and create an unordered list. This means that the items are in no particular order. The tags also work with tags but it created a bullet point instead of an automatic number. defines the list - whilst defines each separate item in the list.


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 specify a password in HTML?

Insert this into your code:Password:Obviously you will have to have used other things correctly in your code for it to work.