Responsive Web Design Projects - Build a Survey Formm

Hello. I cant solve that task: User Story #6:** If I enter an email that is not formatted correctly, I will see an HTML5 validation error. Can anyone send me the full solution? Thanks

Hi Stefanos, welcome to the forum!

We try not to give out full solutions here because you’ll learn much more if you can figure it out on your own. But of course we will help you if you have problems.

But first we need to see your code. If you used Codepen, you can post the link here.

Thanks for your code. You can give an input element a type attribute. Here is a list of input types. One is “email” which can be used to validate email addresses.

Besides this, your HTML code has some errors. Try clicking “Analyze HTML” in the dropdown menu at the upper-right of the editor. You will see some problems that need fixing. If you need help, you can ask questions here.