HTML5 input box width problem | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

HTML5 input box width problem

Why their is difference of width of input box and input button in HTML5 with same CSS properties. But this is not problem with HTML. https://code.sololearn.com/W86f7z8243VF/?ref=app https://code.sololearn.com/WBAzKQjG3JC2/?ref=app

6th May 2021, 10:52 AM
🌀 Shail Murtaza شعیل مرتضیٰ
🌀 Shail Murtaza شعیل مرتضیٰ - avatar
1 Answer
+ 4
In HTML5, the width is differentiated to show the difference between a button and a text input. It is not found in the html because it is not focused at that time. Solution: Use box-sizing: border-box ; in the css. For the same width .
7th May 2021, 1:23 AM
Akash Singh
Akash Singh - avatar