📅  最后修改于: 2023-12-03 15:14:18.965000             🧑  作者: Mango
CSS Space Inter-Words is a property used to control the length of whitespace between each word in element content. It can be used to adjust the space between words to make a paragraph or text more readable and visually appealing.
selector {
word-spacing: normal|length|initial|inherit;
}
p {
word-spacing: 2px;
}
This example sets the space between words in paragraphs to 2 pixels.
The CSS Space Inter-Words property is supported by all major browsers, including Chrome, Firefox, Safari, and Internet Explorer. However, support may vary depending on the version of the browser.
CSS Space Inter-Words is a powerful property that can be used to control how words are spaced in element content. It is easy to implement and can greatly improve the readability and visual appeal of text.