summaryrefslogtreecommitdiffstats
path: root/HTML/Chapter/Ch. 4 Hands-on assignments/Ch4_msglm/trillium/4.6.services.html
blob: d9d1804cfd456bc861a9146db3d9256715840b8c (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
<!DOCTYPE html> 
<html lang="en">
<head>
<title>Trillium Media Design</title>
<meta charset="utf-8">
<link rel="stylesheet" href="4.6.trillium.css">
</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>Our Services Meet Your Business Needs</h2>
 <dl>
   <dt><strong>Website Design</strong></dt>
   <dd>Whether your needs are large or small, Trillium can get your company on the Web!</dd>
   <dt><strong>Interactive Animation</strong></dt>
   <dd>Multimedia training and marketing animations are our specialty.</dd>
   <dt><strong>E-Commerce Solutions</strong></dt>
   <dd>Trillium offers quick and easy entry into the e-commerce marketplace.</dd>
   <dt><strong>Usability Studies</strong></dt>
   <dd>Trillium can assess the usability of your current site and suggest improvements.</dd>
   <dt><strong>Search Engine Optimization</strong></dt>
   <dd>Most people find websites using search engines. Trillium can help you get your site noticed.</dd>
  </dl>
</main>
<footer>
  Copyright &copy; Your Name Here
</footer>
</body>
</html>