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
2 Respostas
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.
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