html space character in address code example
Example 1: leading spaces html
<!-- Add leading white space in front of text -->
Hello World
<!-- Output: ' Hello World' -->
Example 2: html ascii for space
<p>  Hi</p>
will translate to: " Hi"