Computer Applications
Which tag is used to create a password field in HTML?
- <password>
- <input type = "password">
- <textfield>
- <input type = "text">
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">