Embedding JavaScript in HTML : JavaScript in HTML : Development : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP
JavaScript DHTML Home »  Development   » [  JavaScript in HTML  ]   
 



Embedding JavaScript in HTML

Please note that some example is only working under IE or Firefox.


/*
Mastering JavaScript, Premium Edition
by James Jaworski 

ISBN:078212819X
Publisher Sybex CopyRight 2001
*/

<html>
<head>
<title>Hello World!</title>
</head>
<body>
<script language="JavaScript">
document.write("Hello World!")
</script>
</body>
</html>
           
       
Related examples in the same category
1.  HTML comment that hides the script.
2.  JavaScript Embedded in an HTML File
3.  Using HTML Comments to Hide JavaScript Code
4.  Inserting Source JavaScript Files
5.  Using the Head for Definitions
6.  A Basic JavaScript Starter Document
7.  JavaScript Template File
8.  Embedding a JavaScript Function
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.