Create a button displaying Book a Room.

<html>
<body>
<h1>Joe's Bed and Breakfast</h1>
<p>There's nothing more relaxing than booking a room at Joe's BnB.</p>
<button>Book a Room</button>
</body>
</html>]]>

Make sure to type </button>.