/ch1-0.html Secret
Last active
September 25, 2015 23:38
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