What's wrong with this code?

The type attribute doesn't have double quotes around its valueThe input element is missing its closing tagNothing's wrong with the codeThe closing body tag is missing<html>
<body>
<p>What's your favorite color?</p>
<input type="color">
</body>
</html>]]>

Nothing's wrong with the code.