I am currently making a code where there are questions but how do I put the submit button in it with it executing it's purpose | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I am currently making a code where there are questions but how do I put the submit button in it with it executing it's purpose

24th Jun 2021, 9:42 AM
Prince Heritage
Prince Heritage - avatar
2 Answers
0
Prince Heritage You can use input tag with type submit. Or You can use button tag. Type submit and add onclick event in it and call function.
24th Jun 2021, 10:09 AM
Kumar Pinninti
Kumar Pinninti - avatar
0
hello Prince Heritage submit button 🔘 is can be a part of form tag or you can do like what Kumar Pinninti said put normal button and add some event listening good luck
24th Jun 2021, 12:46 PM
Dror Krief
Dror Krief - avatar