java.lang.Object
com.aoapps.html.any.attributes.dimension.Width.width
Enclosing interface:
Width<E extends Element<?,?,E> & Width<E>>

@Deprecated public static final class Width.width extends Object
Deprecated.
In HTML 4.01, the width could be defined in pixels or in % of the containing element. In HTML5, the value must be in pixels.

Utility class for working with Width.

See HTML width Attribute.