0
Can I create a button that will make an action with just html?
Or do I need JS?
1 Answer
+ 1
Html can create only static content meaning you can't do anything on clicking button, text, submitting form if you use only html.
To make your page dynamic/ perform any action or events, you should use js.