Атрибут width
width Attribute
{ width: <length> | <percentage> | auto}
This property can be applied to text elements, but it is most useful with
inline images and similar insertions. The width is to be enforced by scaling the
image if necessary. When scaling, the aspect ratio of the image should be
preserved if the 'height' property is 'auto'.
This attribute is not inherited.