If you place several inline elements next to each other, they will line up:
<span>text</span> <span>text</span> <span>text</span>
span { border: 1px solid red; }
: