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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
