Insert text inside em tags to display Follow on a button.

<html>
<body>
<h1>Follow us on Twitter</h1>
<button><em>Follow</em></button>
</body>
</html>]]>

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