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
<p id="new">This will allow js to make changes</p>
<button onclick="document.getElementById('new').innerHTML='HTML update'">Click me!!!</button> <!-- onclick helps to execute any javascript function or command -->
<hr>
<button onclick="document.getElementById('image').src='https://i.imgur.com/2IRs7Bs.gif'">Turn the lights on</button>