Team:Toronto/Test

From 2011.igem.org

(Difference between revisions)
m
 
(5 intermediate revisions not shown)
Line 1: Line 1:
-
Test Page for Formatting and Graphic design. Come back later!
+
<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>
 +
        <script type="text/javascript">
 +
            // This block will execute second
 +
        </script>
-
\def\person#1#2{{\em #1 (#2)}}
+
        <h1>TEST 1 2 3</h1>
-
\setupcolors [state=start]
+
        <script type="text/javascript">
-
\framed [background=color,
+
            // This block will execute last
-
        backgroundcolor=green,
+
        </script>
-
        offset=1cm ]{hello world!}
+
    </body>
 +
    </html>
 +
<TUTORIAL TAKEN FROM "JAVASCRIPT PROGRAMMER'S REFERENCE">

Latest revision as of 16:13, 5 August 2011

TEST 1 2 3

<TUTORIAL TAKEN FROM "JAVASCRIPT PROGRAMMER'S REFERENCE">