I am using html with a title tag.
For instance:
<html>
<head>
<title> Title Name </title>
</head>
</html>
in this I want a long space after the "Title of the name" using html code. I tried to use , but too long to enter the code. any other alternative to space after the name.
source
share