Team:UANL Mty-Mexico/EditingPage

From 2011.igem.org

(Difference between revisions)
(Replaced content with "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <...")
 
(24 intermediate revisions not shown)
Line 1: Line 1:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
-
<html xmlns="http://www.w3.org/1999/xhtml">
 
-
<head>
 
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
-
<title>Untitled Document</title>
 
-
<style type="text/css">
 
-
body,td,th {
 
-
color: #FFF;
 
-
}
 
-
body {
 
-
background-color: #666;
 
-
}
 
-
.body-css {
 
-
font-family: Verdana, Geneva, sans-serif;
 
-
}
 
-
</style>
 
-
</head>
 
-
<body class="body-css">
+
<html>
-
Esto es una prueba
+
  <head>
-
</body>
+
    <meta charset="utf-8">
 +
    <title>Demo</title>
 +
  </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