An input
element is inline-block
by default, not inline
.
On the other hand, an element such as a span
, is inline
by default.
The width
/height
of an inline-block
element, such as input
can be changed (example).
While an inline
element, for instance, span
, cannot be changed by default, as its dimensions are defined by the "rendered content within them". (example).
This [width] property does not apply to non-replaced inline elements. The content width of a non-replaced inline element's boxes is that of the rendered content within them (before any relative offset of children). Recall that inline boxes flow into line boxes. The width of line boxes is given by the their containing block, but may be shorted by the presence of floats. - W3 reference
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…