All pastes #2129364 Raw Edit

Stuff

public text v1 · immutable
#2129364 ·published 2012-03-17 20:43 UTC
rendered paste body
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
	<title>The SuperCar Company Site</title>
</head>
<body style="background:#efeeda">
	<span style="text-align:center">
	<h1 style="color:#800000;text-decoration:underline;">Welcome to the SuperCar Web Site</h1>
	<br />
	<h2>We sell new and used cars of all kinds</h2>
	</span>
	<p>
		We have <span style="font-style:italic">fast cars</span>, <span style="letter-spacing:5px">slow cars</span>, <span style="color:red">red cars</span>, <span style="color:blue">blue cars</span>, <span style="font-size:x-large">big cars</span> and <span style="font-size:x-small">small cars</span> and all of<br /> them are <span style="text-decoration:underline">very good</span> cars.
	</p>
	<p style="text-align:right">
		We have been in business since 1976<br />
		We own 12 agencies around the country
	</p>
	<p>
		Have a look at our <a href="page2.html">second page</a>
	</p>
	<p>
		You can also go to the <a href="toyota.com">Toyota Web Site</a> or the <a href="ford.com">Ford Web Site</a>.
	</p>
	<hr />
	<h2 style="text-align:center">We welcome you to our site and hope you find a car you like here</h2>
</body>
</html>