0
How to make input field using HTML and CSS
Input field....
4 Respostas
+ 2
<input type="text">
+ 1
Maybe you can find this in the course itself?
Please refer once again
https://www.sololearn.com/learning/1035/
+ 1
https://code.sololearn.com/WO2GDZFzcXSL/?ref=app
0
we can create an input field by using html tag <input>
<input type="text" name="any name" placeholder="any name">
Here type and name and placeholder are attributes.