Skip to content

Instantly share code, notes, and snippets.

@dharniel45
Last active December 17, 2021 15:23
Show Gist options
  • Save dharniel45/8b99950836dd42ca45bd8254e1a59b19 to your computer and use it in GitHub Desktop.
Save dharniel45/8b99950836dd42ca45bd8254e1a59b19 to your computer and use it in GitHub Desktop.
!DOCTYPE html
<html>
<body>
<h1>HOW TO CHANGE HTML CONTENT WITH
JAVASCRIPT<h2>
<p id="real">A Language That Gives You
Flexibility</p>
<button type="button"
Onlick="document.getElementById('real')
.InnerHTML ='Hello World'>Click</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment