Login
Remember
Register
Ask a Question
Using HTML button tag, JavaScript command can be executed by using ____ function.
+1
vote
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
Using HTML button tag, JavaScript command can be executed by using ____ function.
"alert('Button1');"
"alert('Button");"
"alert('Button1');
"alert(Button1);"
#javascript-command
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 7, 2020
by
SakshiSharma
"alert('Button1');
...