There are two more checks required to pass this project…
the first is Inside the form element, I am required to enter my name in a field with id="name". If I do not enter a name I will see an HTML5 validation error.
and second is Inside the form element, I am required to enter an email in a field with id="email". If I do not enter an email I will see an HTML5 validation error.
I think my code is correct i have used input type="email"
.
I haven’t wrote any css for this yet