I need help why, keep getting errors

I’m new to programming and I’m trying to finish the 2nd challenge for the HTML/CSS course. I keep failing "6. If I enter an email that is not formatted correctly, I will see an HTML5 validation error. " I’m not sure why any help is appreciated

https://codepen.io/GLHJ2814/pen/dyowrOM

is the link the project is appreciated

You are missing the equals (=) on some of the value attributes (and one of the name attribute). It should be type="email" and so on.