Team DNAbeans

From OpenWetWare
Revision as of 13:18, 19 October 2014 by Alex Hoppe (talk | contribs)
Jump to navigationJump to search

<html>

	<head>
		<title>My page</title>

<style media="all" title="mystyles" type="text/css">

	<!--
	body { background-color: #e8eae8;
		color: #5d665b;
		margin: 50px;
		font-family: Verdana, Geneva,
		Arial, sans-serif;
		font-size: small;
		line-height: 180%
		}
	p { text-indent: 3em
		}
	-->
</style>
	</head>
	<body>
		This is my Web page content!
	</body>
</html>