0

HTML

how to display input type text and input type password??

10th Jun 2020, 3:01 PM
Egbert Tel
Egbert Tel - avatar
2 Answers
0
<body> <form> Input type text: <input type=" textbox "></br> Input type password: <input type=" password "> </form> </body> This code will work
10th Jun 2020, 3:56 PM
D. Saha
D. Saha - avatar
0
How do you mean display? <input type="text"> Do you mean this?
10th Jun 2020, 3:56 PM
CŠ»aŠ²eŠ½ Š‚ŠµŃ€Š²ŠøŠ“Š°
CŠ»aŠ²eŠ½ Š‚ŠµŃ€Š²ŠøŠ“Š° - avatar