0

How do you make a quiz using HTML

I would like to know this for a private code I'm working on I will make it public when I'm finished place your codes in the answers thanks :)

10th Apr 2018, 3:02 PM
Aleks Vanags
Aleks Vanags - avatar
4 Answers
+ 1
Do you mean creating a form on a website?
10th Apr 2018, 5:45 PM
Razvan Wist
Razvan Wist - avatar
0
yeah basically that
11th Apr 2018, 4:30 AM
Aleks Vanags
Aleks Vanags - avatar
0
Well every form starts with a <form> and ends with </form>. You can also include between these tags checkboxes and textareas. I strongly suggest learning all these from Sololearn (last chapter from HTML5 course).
11th Apr 2018, 6:23 AM
Razvan Wist
Razvan Wist - avatar
0
you need also Javascript
11th Apr 2018, 9:29 AM
Rasul Kamolov
Rasul Kamolov - avatar