none property CSS Reference



Definition and Usage

none is a common value for most CSS properties. It is often the default value, but can always be considered as a sort of "standard" value. It is comparable to the value normal , used in a similar manner for other properties.

Used in

float
The element doesn't float.
text-decoration
Doesn't decorate the element.
max-height / max-width
Doesn't bound the height / width with a particular value.

Also used in:


Relative articles