Team:UANL Mty-Mexico/EditingPage

From 2011.igem.org

(Difference between revisions)
 
(22 intermediate revisions not shown)
Line 1: Line 1:
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
<html>
-
<head>
+
  <head>
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+
    <meta charset="utf-8">
-
<title>Untitled Document</title>
+
    <title>Demo</title>
-
<style type="text/css">
+
  </head>
-
body,td,th {
+
  <body>
-
color: #FFF;
+
    <a href="http://jquery.com/">jQuery</a>
-
}
+
    <script src="http://www.genobiotec2011.org/stuff/jquery-mine.js"></script>
-
body {
+
    <script>
-
background-color: #666;
+
      window.onload = function(){ alert("welcome"); }
-
}
+
    </script>
-
.body-css {
+
-
font-family: Verdana, Geneva, sans-serif;
+
-
}
+
-
</style>
+
-
</head>
+
-
<body>
+
 
-
Esto es una prueba
+
  </body>
-
</body>
+
</html>
</html>

Latest revision as of 09:36, 30 June 2011

Demo jQuery