Last active
December 17, 2021 15:23
-
-
Save dharniel45/8b99950836dd42ca45bd8254e1a59b19 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!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