Team DNAbeans: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html lang="en">
 
<head>
<head>
<link rel="stylesheet" type="text/css" href="test.css" />
<style>
body {
    background-image: url("gradient_bg.png");
    background-repeat: repeat-x;
}
</style>
</head>
</head>
<body>
<body>
<h3> Biomod </h3>
<h3> A White Header </h3>
<p> Introductory paragraph </p>
<p> This paragraph has a blue font. 
The background color of this page is gray because
we changed it with CSS! </p>
</body>
</body>
</html>
</html>

Revision as of 17:37, 22 October 2014

<html lang="en">

<head> <style> body {

   background-image: url("gradient_bg.png");
   background-repeat: repeat-x;

} </style> </head> <body> <h3> A White Header </h3> <p> This paragraph has a blue font. The background color of this page is gray because we changed it with CSS! </p> </body> </html>