Team:Johns Hopkins-Software

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
<!DOCTYPE html>
<html>
<html>
 +
<head>
 +
<style type="text/css">
 +
body
 +
{
 +
background-image:url("https://static.igem.org/mediawiki/2012/c/cc/Software_Architexture.jpg");
 +
}
 +
</style>
 +
</head>
 +
<body>
<body>
-
<img src="https://static.igem.org/mediawiki/2012/c/cc/Software_Architexture.jpg">
+
 
 +
<h1>My CSS web page!</h1>
 +
<p>Hello world! This is a W3Schools.com example.</p>
 +
 
</body>
</body>
</html>
</html>

Revision as of 03:09, 3 October 2012

<!DOCTYPE html>

My CSS web page!

Hello world! This is a W3Schools.com example.