Place the button displaying Next beside the other button on the webpage.

<html>
<body>
<h3>Cat Facts</h3>
<p>A cat cannot see directly below its nose.</p>
<button>Previous</button>
<button>Next</button>
</body>
</html>]]>

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