summaryrefslogtreecommitdiffstats
path: root/HTML/Chapter/Ch. 2 hands-on assignments/Ch2_msglm/2.16/contact.html
blob: 8ca9ab7dc6df00b856033493f87f98ef1f129aad (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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Trillium Media Design - Contact</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>Contact Trillium Media Design Today</h2>
 <ul>
   <li>E-mail: <a href="mailto:contact@trilliummediadesign.com">contact@trilliummediadesign.com</a></li>
   <li>Phone: 555-555-5555</li>
 </ul>
</main>
<footer>
  <small><i>Copyleft &#127279; 2022 msglm</i></small>
</footer>
</body>
</html>