Is there a way to make three spans sit side by side instead of wrapping to the next line in CSS without using float? I want all three elements to be displayed next to each other. Any alternative methods to achieve this goal would be appreciated! Thanks!
<span style="display:block; width:33%;">Test1</span>
<span style="display:block; width:33%;">Test2</span>
<span style="display:block; width:33%;">Test3</span>