- A button displaying Power Up in bold
- A button displaying Start the Hyperloop
- Nothing since the button's code is invalid
- Two buttons stacked on top of each other
<html>
<body>
<h1>Start the Hyperloop</h1>
<button><strong>Power Up</strong></button>
</body>
</html>]]>A button displaying Power Up in bold.