CSS property: word-spacing

Description

Specifies the minimum, maximum, and optimal spacing between words

This property specifies the minimum, maximum, and optimal spacing between words. If only one value is specified, then it represents the optimal spacing and the minimum and maximum are both 'normal'. If two values are specified, then the first represents both the optimal spacing and the minimum spacing, and the second represents the maximum spacing. If three values are specified, they represent the optimum, minimum, and maximum respectively.

Syntax

word-spacing: <spacing-limit>{1,3};

Parameters

<spacing-limit>
normal | <length> | <percentage>

Syntax

Values

Versions