You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task requires some knowledge of JavaScript. I would be providing resources to look into.
Task
Create a HTML page task6.html that contains a button click me and a counter (starting from 0).
When the user clicks the button, the counter value should increase by 1.
Hint
Add event listener to the button or use `onclick` property of the button.
Replace content of the HTML element with the counter value.
This task requires some knowledge of JavaScript. I would be providing resources to look into.
Task
Create a HTML page
task6.htmlthat contains a buttonclick meand a counter (starting from 0).When the user clicks the button, the counter value should increase by 1.
Hint
Add event listener to the button or use `onclick` property of the button. Replace content of the HTML element with the counter value.