The spectrum of the survey project

Sooooo, i am doing the survey project for the responsive web design, which only educates the user/student with html and css excluding the javascript. so, i look at the example(which i might take a little peek of;after clicking the fork) example uses scripting language and the causes me to stay stuck on user story #6. i used the “require” attribute for #4 and #5.If i dont use javascript for #6 would i use the “required title” attribute instead?

The example project is not using JavaScript (the script you see is not used by the form).

All you do for #6 is make sure to use the correct input type of email, the input element then will have some automatic validation build into it.

2 Likes