I need help with the survey form

The part that says when I enter the wrong email format I will receive a html error… I don’t know how to code that

Please help

Have a look at the type attribute on input elements.

Some more info:
https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation

Try reviewing the HTML doc on W3school (The one I use)
And have a look around on <input>
Here: HTML input tag

Alright Thank you… solved

What about the part that says it should have a title in H1 sized text?

do you remember what’s an h1 element?

Yes

That has h1-h6…

then you know how to do that

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.