Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. <!--*****************************************
  2. Name: Jan Bansuan
  3. Program: HOP 4.1
  4. Date: 9/19/17
  5. ******************************************-->
  6. <!DOCTYPE html>
  7. <html lang="en">
  8. <head>
  9. <title>Trillium Media Design</title>
  10. <meta charset="utf-8">
  11. <style>
  12. body { background-color:#E6E6FA;
  13. color:#191970;
  14. font-family:Arial, Verdana, sans-serif;
  15. }
  16. header { background-color:#191970;
  17. color:#E6E6FA;
  18. font-family:Georgia, "Times New Roman", serif;
  19. text-indent: 1em;
  20. }
  21. nav { word-spacing: 1em; }
  22. h2 { background-color:#AEAED4;
  23. color:#191970;
  24. font-family:Georgia, "Times New Roman", serif;
  25. text-align: center;
  26. }
  27. p { font-size:.90em;
  28. text-indent: 3em;
  29. }
  30. ul {font-weight:bold;
  31. }
  32. footer { font-style: italic;
  33. font-size: .75em;
  34. }
  35. </style>
  36. </head>
  37. <body>
  38. <header>
  39. <h1>Trillium Media Design</h1>
  40. </header>
  41. <nav><a href="index.html">Home</a> <a href="services.html">Services</a> <a href="contact.html">Contact</a></nav>
  42. <main>
  43. <h2>New Media and Web Design</h2>
  44. <p>Trillium Media Design will bring your company&#39;s Web presence to the next level. We offer a comprehensive range of services: </p>
  45. <ul>
  46. <li>Website Design</li>
  47. <li>Interactive Animation</li>
  48. <li>E-Commerce Solutions</li>
  49. <li>Usability Studies</li>
  50. <li>Search Engine Optimization</li>
  51. </ul>
  52. <h2>Meeting Your Business Needs</h2>
  53. <p>Our expert designers are creative and eager to work with you.</p>
  54. </main>
  55. <footer><hr>
  56. Copyright &copy; 2017 Jan Bansuan
  57. </footer>
  58. </body>
  59. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement