- Three buttons in a row
- Three buttons stacked on one another
- Three buttons on the center of the page
- Three buttons displaying the same text
<html>
<body>
<button>yes</button>
<button>no</button>
<button>maybe so</button>
</body>
</html>]]>The code displays three buttons in a row on a webpage.