Css:- The Word spacing

    The word-spacing property increases or decreases the white space between words.
    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 Css:- The  Word spacing Reviewed by Network security on May 23, 2019 Rating: 5

No comments:

Useful Information

Powered by Blogger.