Set the space between characters in CSS


Use the letter-spacing property to set the space between characters. You can try to run the following code to implement letter-spacing property:

Example

<html>
   <head>
   </head>
   <body>
      <p style = "letter-spacing:3px;">
         Asia is a continent.
      </p>
   </body>
</html>

Updated on: 31-Jan-2020

157 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements