Hey Guys. For some reason I am unable to pass test 11 on the Product Landing page which is,’ 11. Within the form, there is a submit with corresponding id=“submit”.’
I thought it was in the correct place but obviously not .
<center>
<form id="form">
<label for="email">Enter Email for Blog Updates!</label>
<input id="email" placeholder="Enter Email" size="25" type="email">
<input type="button" id="submit" value="Submit">
</form>
</center>