What does this code display?

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

The code displays one button next to the other.