Computer Applications
Which tag is used to create a password field in HTML?
- <password>
- <input type = "password">
- <textfield>
- <input type = "text">
HTML Advanced Features
2 Likes
Answer
<input type = "password">
Reason — The password boxes are created using an <INPUT> element whose TYPE attribute has a value of "password". An example is as follows:
<INPUT TYPE = "PASSWORD" NAME = "PWD" />
Answered By
1 Like
Related Questions
Which of the following protocol is used for delivering data from the source to the destination?
- TCP/IP
- POP
- SMTP
- ARPANET
Which protocol provides E-mail facility among different hosts?
- SMTP
- FTP
- TELNET
- SNMT
…………… property of CSS sets the style of an element border.
- instyle
- border style
- row style
- external link
The correct HTML code for inserting an image is
- <IMG href="image.gif">
- <IMG> image.gif</gif>
- <IMG src = "image.gif ">
- <IMAGE src = "image.gir">