What does this code display?

A button displaying Power Up in boldA button displaying Start the HyperloopNothing since the button's code is invalidTwo 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.