Is possible to change the width of <input /> in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Is possible to change the width of <input /> in html?

10th Nov 2016, 5:05 PM
Djaber Meghar
Djaber Meghar - avatar
2 Answers
10th Nov 2016, 5:10 PM
jmey
+ 3
<input width="50" height="50"> </input> or maybe <input style="width:50px; height: 50px;"> </input>
10th Nov 2016, 5:12 PM
Ilya Sakovich
Ilya Sakovich - avatar