What does this code display?

Three buttons in a rowThree buttons stacked on one anotherThree buttons on the center of the pageThree 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.