Form tag. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Form tag.

What syntax can I use to make a form input round

14th May 2021, 10:06 PM
Micheal Alfred
2 Answers
+ 3
Just use the css property border-radius
14th May 2021, 10:14 PM
Hape
Hape - avatar
+ 1
The answer told by Hape is right. I have just elaborated his answer: in HTML : <input type="text" name="" value=""> in CSS : input{border-radius: 3px;}
15th May 2021, 3:25 AM
JOKER
JOKER - avatar