What does this code display?
One button next to another button
One button underneath another
<html>
<body>
<button>Sign up</button>
<button>Login</button>
</body>
</html>]]>
One button next to another button.