Use the correct tag to display both buttons on two different lines.
<html>
<body>
<p>Vote for the player of the game.</p>
<button>Megan Rapinoe</button>
<br>
<button>Carli Lloyd</button>
</body>
</html>]]>
Make sure to type
<br>
.