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!
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.