Advertisements
Advertisements
प्रश्न
Tag to create password field in HTML document:
विकल्प
<password>
<input>
<pwd>
<pword>
MCQ
Advertisements
उत्तर
<input>
Explanation:
Use the <input> element with the attribute type="password" to create a password field; the browser masks characters as they are typed. Example:
<input type="password" name="password">shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
