What does this code display?

Three input elements on top of each otherFour input elements with type set to colorThree input elements next to each otherThree input elements with type set to range<html>
<body>
<h4>Color Palette Selector:</h4>
<input type="color">
<input type="color">
<input type="color">
</body>
</html>]]>

Three input elements next to each other.