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
<button onclick="document.querySelector('.para').innerHTML=Date()">click me</button> <!--this is onclick attribute-->
<!--<button onclick="display();">click me</button>--> <!--this is for calling a function-->
<!--<button class="btn">Click Me</button>-->
<p class="para">this the .para</p> <!--this for creating event is JS and styling and using CSS--> <!--VERY IMPORTANT:- WITHOUT THIS CLASS PARA NO BUTTON WILL WORK i.e .PARA IS THE NAME OF THE CLASS-->