Created
March 13, 2012 04:08
-
-
Save chrisb/2026670 to your computer and use it in GitHub Desktop.
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
<html> | |
<head> | |
<title>my title</title> | |
</head> | |
<body> | |
<script> | |
document.body.style.background = 'lightgreen'; | |
document.write("<div style='font-family:Arial,sans-serif;font-size:14pt;font-weight:bold;'>Hello, world! Isn't life great?</div>"); | |
</script> | |
<noscript> | |
You do not have Javascript enabled. | |
</noscript> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment