Skip to content

Commit

Permalink
Helloworld By terabo090
Browse files Browse the repository at this point in the history
  • Loading branch information
im-prakher committed Oct 10, 2018
1 parent 2f2f04c commit 7a40671
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Html/Helloworld js by terabo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<body>

<h2>What Can JavaScript Do?</h2>

<p id="demo">Hello World</p>

<button type="button" onclick='document.getElementById("demo").innerHTML = "How are you?"'>Click Me!</button>

</body>
</html>

0 comments on commit 7a40671

Please sign in to comment.