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>