Team:UANL Mty-Mexico/EditingPage

From 2011.igem.org

(Difference between revisions)
(Created page with "<html> <title>Testing Page for UANL Mty-Mexico iGEM-team</title> <body> this is a test using html programming language </body> </html>")
 
(46 intermediate revisions not shown)
Line 1: Line 1:
 +
<html>
<html>
-
<title>Testing Page for UANL Mty-Mexico iGEM-team</title>
+
  <head>
-
<body>
+
    <meta charset="utf-8">
-
this is a test using html programming language
+
    <title>Demo</title>
-
</body>
+
  </head>
 +
  <body>
 +
    <a href="http://jquery.com/">jQuery</a>
 +
    <script src="http://www.genobiotec2011.org/stuff/jquery-mine.js"></script>
 +
    <script>
 +
      window.onload = function(){ alert("welcome"); }
 +
    </script>
 +
 
 +
 
 +
  </body>
</html>
</html>

Latest revision as of 09:36, 30 June 2011

Demo jQuery