Team:UANL Mty-Mexico/EditingPage

From 2011.igem.org

(Difference between revisions)
 
(16 intermediate revisions not shown)
Line 1: Line 1:
 +
<html>
<html>
-
<head>
+
  <head>
-
<meta charset="UTF-8">
+
    <meta charset="utf-8">
-
<title>Untitled Document</title>
+
    <title>Demo</title>
-
<style type="text/css">
+
  </head>
-
.dsadas {
+
  <body>
-
font-family: Arial;
+
     <a href="http://jquery.com/">jQuery</a>
-
color: #06C;
+
    <script src="http://www.genobiotec2011.org/stuff/jquery-mine.js"></script>
-
}
+
    <script>
-
</style>
+
      window.onload = function(){ alert("welcome"); }
-
 
+
    </script>
-
{{#css:
+
-
  body {
+
-
     background: yellow;
+
-
    font-size: 20pt;
+
-
    color: red;
+
-
  }
+
-
}}
+
-
 
+
-
</head>
+
-
 
+
-
<body class="dsadas">
+
-
<p>prueba prueba</p>
+
-
<p>&nbsp;</p>
+
-
<p>colores</p>
+
-
<p>=O</p>
+
-
 
+
-
</body>
+
  </body>
</html>
</html>

Latest revision as of 09:36, 30 June 2011

Demo jQuery