What does this code display?

One input element next to anotherOne input element on top of anotherOne input element on top of a button elementThree input elements<html>
<body>
<p>What's your name?</p>
<input placeholder="First name">
<br>
<input placeholder="Last name">
</body>
</html>]]>

One input element on top of another.