10. The #email input field uses HTML5 validation to confirm that the entered text is an email address

Hi there,
im having this last error to complete my Landing page project, can anybody help me with it?
Here is my Pen link:

https://codepen.io/SaulCode/pen/NWKMQKp?editors=1100

Thanks for your help in advance!

The error message says
“expected ‘text’ to equal ‘email’”
You need to use the type attribute on your input. The default type is text unless you set it to something else.

https://www.w3schools.com/tags/att_input_type.asp

1 Like