Insert text inside strong tags to display Help on a button.

<html>
<body>
<p>Whenever you need help, just click the help button.</p>
<button><strong>Help</strong></button>
</body>
</html>]]>

Make sure to pick <strong>, followed by Help, and finally </strong>.