|
Here's the html -
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Do websites need to look exactly the same in every browser?</title>
<style type="text/css" media="screen, projection">
body {
margin: 0;
padding: 10em;
font: small Baskerville, Georgia, serif;
background: #dfd5c5 url(tile.gif);
}
h1 {
margin: 0;
padding: 0 0 70px 0;
font-size: 1400%;
line-height: 1em;
font-weight: normal;
text-align: center;
text-shadow: 3px 3px 4px #a0937f;
white-space: nowrap;
color: #48433d;
background: url(flourish.png) no-repeat 50% 100%;
}
</style>
</head>
<body>
<h1><em>NO!</em></h1>
</body>
</html>
|