How to make input field using HTML and CSS | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How to make input field using HTML and CSS

Input field....

3rd Apr 2021, 1:00 PM
Christiano
Christiano - avatar
4 ответов
+ 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