honghoavi

Javascript syntax 03

Jun 10th, 2012
9,257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.18 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Cod JavaScript</title>
  4. </head>
  5. <body>
  6.     <script type="text/javascript">
  7.         document.write("The text will be displayed");
  8.     </script>
  9. </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment