What does this code display?

One input element next to anotherOne input element on top of anotherTwo input elements with type set to date<html>
<body>
<p>What's your name?</p>
<input placeholder="First name">
<input placeholder="Last name">
</body>
</html>]]>

One input element next to another.