How to make input field using HTML and CSS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make input field using HTML and CSS

Input field....

3rd Apr 2021, 1:00 PM
Christiano
Christiano - avatar
4 Answers
+ 2
<input type="text">
3rd Apr 2021, 1:09 PM
Artem 🇺🇦
Artem 🇺🇦 - avatar
+ 1
Maybe you can find this in the course itself? Please refer once again https://www.sololearn.com/learning/1035/
3rd Apr 2021, 1:16 PM
Aditya
Aditya - avatar
+ 1
https://code.sololearn.com/WO2GDZFzcXSL/?ref=app
3rd Apr 2021, 2:07 PM
SAN
SAN - avatar
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.
3rd Apr 2021, 4:11 PM
vamsi b
vamsi b - avatar