What does this code display?

A button displaying Give me a break!A button displaying Kit Kat<html>
<body>
<h1>Kit Kat</h1>
<button>Give me a break!</button>
</body>
</html>]]>

The code displays a button displaying Give me a break!.