TestField

From 2014hs.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
  <head>
+
<head>
-
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+
<style media="screen" type="text/css">
-
    <title>HokkaidoU_Japan:CSS</title>
+
a{
-
  </head>
+
    color:#cc0000;
-
  <body>
+
  text-decoration: none;
-
    <link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css">
+
}
-
    <link rel="stylesheet" href="css/generic.css" />
+
</style>
-
  </body>
+
<title>Result</title>
 +
</head>
 +
<body>
 +
<p>The below link goes to Google!</p>
 +
<a href="http://www.google.com/">Google</a>
 +
</body>
</html>
</html>

Revision as of 13:24, 12 March 2014

Result

The below link goes to Google!

Google