Review the following code snippet:
<form action="color.php" method="post">
Select a color:
<input type="color" name="selectedColor">
<input type="submit">
</form>
Review the following code snippet:
<form action="color.php" method="post">
Select a color:
<input type="color" name="selectedColor">
<input type="submit">
</form>