summaryrefslogtreecommitdiffstats
path: root/HTML/Chapter/Ch. 4 Hands-on assignments/Ch4_msglm/4.4.classid.html
blob: b959488bff945fcfbb6f57cf31a93d1989be5bf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<title>Trillium Media Design</title>
<meta charset="utf-8">
<style>
<!--The Book requests this exactly! This is not copied!-->
body { 
    background-color: #F9F0FE;
    color: #5B3256;
}
h1 { 
    background-color: #833B83;
    color: #F9F0FE;
}
h2 { 
    background-color: #AD77C3;
    color: #F9F0FE;
}

.feature {
    color: #B33939;
}

#new {
    color: #227093;
}
<!--Comment for differentiation purposes-->
</style>  

</head>
<body>
<header>
 <h1>Trillium Media Design</h1>
</header>
<nav><a href="index.html">Home</a> &nbsp;
     <a href="services.html">Services</a> &nbsp;
	 <a href="contact.html">Contact</a>
</nav>
<main>
 <h2>New Media and Web Design</h2>
 <p>Trillium Media Design will bring your company&rsquo;s Web presence to the next level. We offer a comprehensive range of services:</p>
  <ul>
    <li>Website Design</li>
    <li>Interactive Animation</li>
    <li>E-Commerce Solutions</li>  	
    <li class="feature">Usability Studies</li>
    <li class="feature">Search Engine Optimization</li>
  </ul>
  <h2>Meeting Your Business Needs</h2>
    <p id="new">Our expert designers will listen to you as they create a website that helps to promote and grow your business.</p>
</main>
<footer>
  Copyright &copy; Your Name Here
</footer>
</body>
</html>