
<!DOCTYPEhtml>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1><strong>Trillium Media Design</strong></h1>
<div><br><a href="Home.html">Home</a> <a href="Services.html">Services</a> <a href="Contact.html">Contact</a></br></div>
<br></br>
<style>
div.container {
width: 50%
border: 1px solid gray;
}
header, footer {
padding: 1em;
color: white;
background-color: black;
clear: left
text-align: center;
}
nav {
float: left;
max-width: 100px;
margin: 0;
padding: 1em;
}
nav ul {
list-style-type: none;
padding: 0;
}
nav ul {
text-decoration: none;
}
article {
margin-left: 100px;
borde-left: 1px solid gray;
padding: 1em;
overflow: hidden;
}
</style>
<div class="container">
<header>
<center><h1 align="center">New Media and Design</h1></center>
</header>
<article>
<p><center><b>Trillium Media Design will bring your company's Web presence to the next level. We offer a comprehensive range of services.</b></center></p>
</div>
<h1><center><strong>Meeting Your Business Needs</strong></center></h1>
<div><center><br>Our expert designers are creative and eager to work with you.</br></center></div>
<i><br>Copyright © 2014 Tour Name Here</br></i>
</head>
</html>
Post a Comment