Code the closing tag.
<html>
<head>
<style>
body { padding: 8px; }
</style>
</head>
<body>
<button>Like</button>
</body>
</html>]]>
Make sure to pick
<
followed by
/
and then
button
,
>
.