HTML

starter4.html

Jan 30th, 2018
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.55 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" >
  3. <head>
  4. <title>Trillium Media Design</title>
  5. <meta charset="utf-8">  
  6. </head>
  7. <body>
  8. <h1>Trillium Media Design</h1>
  9. <div>
  10. <p>Our professional staff takes pride in its working relationship with our clients by offering personalized services that listen to their needs, develop their target areas, and incorporate these items into a well-presented web site that works. </p>
  11. </div>
  12. <ul>
  13.   <li>Home</li>
  14.   <li><a href="about.html">About</a></li>
  15.   <li><a href="services.html">Services</a></li>  
  16. </ul>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment