What does this code display?

A button displaying I'm ready!A button displaying Are you ready!Nothing since the button's code is invalid<html>
<body>
<h1>Are you ready?</h1>
<button><em>I'm ready!</em></button>
</body>
</html>]]>

A button displaying I'm ready!.