HTML and CSS Reference
In-Depth Information
body {
background-color: #ffffff;
font: 200% bold;
text-align: center;
}
</style>
</head>
<body>
<p> I'm out to lunch. </p>
</body>
</html>
The fifth page ( reason5.html ) looks like the following:
<!DOCTYPE html>
<html>
<head>
<title> Reason 5 - Boss's Office </title>
<style type=”text/css” media=”screen”>
body {
background-color: #ffffff;
font: 200% bold;
text-align: center;
17
}
</style>
</head>
<body>
<p> The boss called me in his office. <p>
</body>
</html>
The last main page ( reason6.html ) appears as follows:
<!DOCTYPE html>
<html>
<head>
<title> Reason 6 - I Don't Work Here Anymore </title>
<style type=”text/css” media=”screen”>
body {
background-color: #ffffff;
font: 200% bold;
text-align: center;
}
</style>
</head>
<body>
<p> I just got fired. <p>
</body>
</html>
Search WWH ::




Custom Search