I have inserted single letters in span tag. While running this web page on the browser, span tag insert 4 pixel space automatically before every letter. I want to remove that space. Please suggest me best solution.
<span>h</span>
<span>e</span>
<span>l</span>
<span>l</span>
<span>o</span>
<span></span>
<span>w</span>
<span>o</span>
<span>r</span>
<span>l</span>
<span>d</span>