What’s the HTML to have a horizontal space between two objects?

I guess what you want is:

 

But this is usually not a nice way to align some content. You better put your different content in

<div>

tags and then use css for proper alignment.


You can also check out this post with useful extra info:

Leave a Comment