Code a button that displays Send.

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

Make sure to pick <button>, followed by Send, and finally </button>.