Buttons display next to each other even if they're on separate lines of code. Place these buttons displaying First, Second, then Third.

<html>
<body>
<button>First</button>
<button>Second</button>
<button>Third</button>
</body>
</html>]]>

Make sure to pick First, followed by Second, and finally Third.