0
Form Code html
Hello there. I'm currently trying to get further into forms, but I ran into a problem. No matter where or how I put the 'required', it doesn't display the required message when I click on submit. Everything you need is in the code. https://code.sololearn.com/W7JG0JooBc0p/?ref=app
2 Answers
+ 1
You didn't start the form tag. You only ended the form but there is no opening tag :)
0
Thanks InxaneNinja.