How many
input
elements does this have?
Two
One
Three
Four
<html>
<body>
<p>Start date:</p>
<input type="date">
<p>End date:</p>
<input type="date">
</body>
</html>]]>
Make sure to pick Two.