What is the error in the following code?
<form action="/submit">
<label>Email:</label>
<input type="text" id="email">
</form>
What is the error in the following code?
<form action="/submit">
<label>Email:</label>
<input type="text" id="email">
</form>