0
HTML
how to display input type text and input type password??
2 Answers
0
<body>
<form>
Input type text:
<input type=" textbox "></br>
Input type password:
<input type=" password ">
</form>
</body>
This code will work
0
How do you mean display?
<input type="text">
Do you mean this?