Search This Blog

CSS Text Word Spacing Example

CSS Text Word Spacing Example :
<!DOCTYPE html>
<html>
<head>
<title> kod4u </title>
<style type="text/css">
p {
word-spacing: 10px;
}
</style>
</head>
<body>
<h1>  Text Word Spacing Example </h1>
<p> Here we Increase white space between words in a paragraph. </p>
</body>
</html>
OUTPUT
CSS Text Word Spacing Example

No comments:

Post a Comment