-
-
Save mh108/398b269638fbc148bdfb to your computer and use it in GitHub Desktop.
First example from Ch. 1 JumpStart JavaScript
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> | |
<head> | |
<title>1.0 JSNN</title> | |
<script> | |
alert("Hello, world!"); | |
</script> | |
</head> | |
<body> | |
<h2>Ch. 1.0, JSNN</h2> | |
<p>Example of JavaScript contained in the web page.</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment