<a h ref="*****" >Register</a> <a h ref="******"> Forgot Password</a>
How do I add some space between these two anchor tags? I want to see them in the same line but with adequate space between them. And without adding padding or margin.
It's pretty confusing when trying to add space between any two html tags, like the thing we do with SPACE BAR, is there any specific html tag to do that job?
Why don't you try this? Using non breaking spaces-
<a href="*****" >Register</a>  <a href="******">Forgot Password</a>