My question is about an unordered list setup as shown below:
<div>
<ul>
<li id="e1">element one</li>
<li id="e2">element two</li>
</ul>
</div>
I am trying to have the elements e1 and e2 appear on the same line without using display:inline-block or inline. Can this be achieved, and if so, how?