Return to Snippet

Revision: 1190
at September 21, 2006 11:59 by drdamour


Updated Code
<html>
	<head>
		<title>Expressionless Vertical Fill 3</title>
	</head>
	<body>
		<div class="container">
			<div class="display">
				<div class="header">
					<div> words of header </div>
				</div>
				<div class="content">
					<div> words of content </div>
				</div>
			</div>
		</div>
	</body>
</html>

Revision: 1189
at September 21, 2006 11:55 by drdamour


Initial Code
<html>
	<head>
		<title>Expressionless Vertical Fill 3</title>
	</head>
	<body>
		<div class="container">
			<div class="header">
				<div> words of header </div>
			</div>
			<div class="display">
				<div class="content">
					<div> words of content </div>
				</div>
			</div>
			
		</div>
	</body>
</html>

Initial URL


Initial Description


Initial Title
Expressionless Vertical Fill 3

Initial Tags


Initial Language
HTML