summaryrefslogtreecommitdiffstats
path: root/HTML/Chapter/Ch. 2 hands-on assignments/Ch2_msglm/mypractice/services.html
blob: 68cc66432631d238afeced94a3618dd9dec65c82 (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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Trillium Media Design - Services</title>
<meta charset="utf-8">
</head>
<body>
<header>
  <h1>Trillium Media Design</h1>
</header>
<nav>
  <b>
     <a href="index.html">Home</a> &nbsp; 
     <a href="services.html">Services</a> &nbsp; 
	 <a href="contact.html">Contact</a>
  </b>
</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 you on the Web!</dd>
    <dt><strong>E-Commerce Solutions</strong></dt>
   <dd>Trillium offers quick entry into the e-commerce marketplace.</dd>
   <dt><strong>Search Engine Optimization</strong></dt>
   <dd>Most people find new sites using search engines. Trillium can get your website noticed.</dd>
</dl>
</main>
<footer>
  <small><i>Copyleft &#127279; 2022 msglm</i></small>
</footer>
</body>
</html>