Place the button displaying Downvote next to the other button on the webpage.

<html>
<body>
<h3>Fax Machine Fun Facts</h3>
<p>It only takes 1.7 seconds to send a fax today!</p>
<button>Upvote</button>
<button>Downvote</button>
</body>
</html>]]>

Make sure to pick <button>Downvote</button>.