The word-spacing property increases or decreases the white space between words.
Negative values are allowed.
Negative values are allowed.
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
div {
word-spacing: 30px;
}
</style>
</head>
<body>
<div>This is the sample Div</div>
Normal Text
</body>
</html>
Css:- The Word spacing
Reviewed by Network security
on
May 23, 2019
Rating:
No comments: