Team:Toronto/Test

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
-
__NOTOC__<html lang="en">
+
<html>
 +
        <head>
 +
        <script type="text/javascript">
 +
            // This JavaScript block will execute first
 +
        </script>
 +
        </head>
 +
    <body>
 +
<script type="text/javascript">
 +
        document.body.style.backgroundColor = 'green';
 +
      </script>
-
<HTML>
+
        <script type="text/javascript">
 +
            // This block will execute second
 +
        </script>
-
<HEAD>
+
        <h1>TEST 1 2 3</h1>
-
<title> Sample </title>
+
        <script type="text/javascript">
-
</HEAD>
+
            // This block will execute last
-
 
+
        </script>
-
<BODY>
+
    </body>
-
<script language="Javascript"><!--
+
    </html>
-
 
+
-
document.write ('Test123');
+
-
//--></script>
+
-
 
+
-
 
+
-
</BODY>
+
-
</HTML>
+

Revision as of 16:11, 5 August 2011

TEST 1 2 3