Created
August 1, 2019 18:13
-
-
Save Jagathishrex/a048c0d632c5617b8062ea4acde07e78 to your computer and use it in GitHub Desktop.
First Javascript Program
This file contains 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 lang="en"> | |
<head> | |
<title>First Javascript Program</title> | |
</head> | |
<body> | |
<!-- Javascript code starts here --> | |
<script> | |
alert("hi"); | |
</script> | |
<!-- Javascript code ends here --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment