answersLogoWhite

0


Best Answer

For this, you can create a password textbox.

See the link below.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you display a textbox for accepting password from the user in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you create rounded textbox in HTML?

That would be the job of CSS.


How do you insert value to a dropdownlist from textbox input php?

Store the textbox input in a database using a html form prefarably. Using a loop get all the textbox input from database and use print/echo to show them in a dropdown.


What are the advantages of using forms in HTML documents?

Forms in HTML provide us an interactive way to fill details. There are various elements like textbox, radio's etc.


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


Why use HTML codes?

You use HTML codes to tell the browser how to display your content. For example, if you want to display THIS in bold, you would send the following HTML code to the browser: THIS .


How do you write HTML Code?

You write in HTML by using a variety of codes such as <HTML><B><BR><UL><Color> ect, to tell the internet browser what to display, HTML coding is a way of getting the browser to display what you want it to, and where you want it to be placed.


What is the primary function of an HTML?

Well HTML, or Hyper-Text Mark-Up Language, code is a code language. Every program (e.g. Microsoft Front Page) makes this HTML code. Each program including Internet Explorer and Mozilla Firefox use this program to display information it is programmed to display.


Is Html an example of an HTML program?

HTML is not a program it is a langue your computer speaks with the browser to create arguments and display data


How do you display an image on the homepage only using CSS or HTML?

HTML only can be used to display an image on homepage. Image SRC tag can be used to publish it.


Create a HTML page to display the information of student details?

student details example by html


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.


What is the compiler used for HTML?

HTML is not compiled. It is interpreted. Whichever browser you use is the interpreter for HTML. That is the job of a browser: to read and interpret HTML and then display the page.