Page78

From 2010.igem.org

(Difference between revisions)
(New page: __NOTOC__ <head> <style type="text/css"> hr {color:sienna;} p {margin-left:20px;} </style> </head> <head> This is a header</head> <p> Paragraph1</p>)
Line 1: Line 1:
-
__NOTOC__
+
<html>
<head>
<head>
<style type="text/css">
<style type="text/css">
-
hr {color:sienna;}
+
body
-
p {margin-left:20px;}
+
{
 +
background-color:#d0e4fe;
 +
}
 +
h1
 +
{
 +
color:orange;
 +
text-align:center;
 +
}
 +
p
 +
{
 +
font-family:"Times New Roman";
 +
font-size:20px;
 +
}
</style>
</style>
</head>
</head>
-
<head>
+
<body>
-
This is a header</head>
+
 
 +
<h1>CSS example!</h1>
 +
<p>This is a paragraph.</p>
-
<p> Paragraph1</p>
+
</body>
 +
</html>

Revision as of 16:25, 10 June 2010

CSS example!

This is a paragraph.

Retrieved from "http://2010.igem.org/Page78"