Code a button that displays Comment.

<html>
<head>
<style>
body { padding: 8px; }
</style>
</head>
<body>
<button>Comment</button>
</body>
</html>]]>

Make sure to pick < followed by button and then >, Comment, <, /button, >.