0
How to create a questionnaire with two fields ? like this 👇
5 Respuestas
+ 2
After each paragraph element. Create two buttons. And add a style. Put an answer in each button. Add an onclick Event to each button. Once clicked if true or false the function should restyle the button to show that the answer is either true or false.
+ 2
You can find various examples via search engine.
Search:
"How to make simple quiz in html"
or
"How to make multiple choice quiz in javascript"
+ 1
Use the <input> tag inside a <form> tag.
0
Chris Coder
How to get the (yes,no questions) results in Javascript?
Like Corona Online Test
0
Rahima Mirzad what happened to your code?