- A button with emphasized text next to another button
- A button with emphasized text on top of another button
- A button with strong text next to another button
<html>
<body>
<h3>Marauder’s Map</h3>
<p>I solemnly swear that I am up to no good</p>
<button><em>agree</em></button>
<button>disagree</button>
</body>
</html>]]>The code displays a button with emphasized text next to another button.