What does this code display?

One button next to another buttonOne button underneath another<html>
<body>
<button>Sign up</button>
<button>Login</button>
</body>
</html>]]>

One button next to another button.