LAB 7 - WEB GRAPHIC
<html lang="en">
<head>
<title>Trilium Media Design</title>
<meta charset="utf-8">
<style>
body{
background-color: #f2ffe6;
color: #191970
}
h1{
background-color: #adebad;
color: #336600;
}
h2{
background-color: #adebad;
color: #336600;
}
.service{
color: crimoson;
}
.media{
background-color: #f2ffe6;
}
</style>
</head>
<body>
<header>
<img src="trilliumbanner.jpg" alt="trilliumbanner">
</header>
<nav><a href ="index.html">Home</a>
<a href ="services.html">Services</a>
<a href ="contact.html">Contact</a>
</nav>
<br>
<div class="media">
<h2>New Media and Web Design</h2>
<p>Trillium Media Design will bring your company's Web presence to the next level.<br>
We offer a comprehensive range of services:</p>
<ul>
<li>Website Design</li>
<li>Interactive Animation</li>
<li>E-Commerce Solution</li>
<li class="servisec">Usability Studies</li>
<li class="sevice">Search Engine Optimiztion</li>
</ul>
<h2>Meeting Your Business Needs</h2>
<p>Our expert designers are crative and eager to work with you.</p>
</div>
<footer>
Copyright © 2014 Your Name Here
</footer>
</body>
</html>
Comments
Post a Comment