Advertisement
Guest User

Untitled

a guest
Apr 12th, 2010
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.57 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html>
  3.     <head>
  4.         <style type="text/css">
  5.             #footer{}
  6.             .footerLinks{}
  7.         </style>
  8.     </head>
  9.     <body>
  10.         <div id="footer">
  11.             ABC @ 2008
  12.             <a href="/content/jsp/privacy.jsp" class="footerLinks">Privacy Policy</a>
  13.             <a href="/content/jsp/termsAndConditions.jsp" class="footerLinks">Term and Condition</a>
  14.             <a href="/content/jsp/security.jsp" class="footerLinks">Security</a>
  15.             <a href="/news_showNews" class="footerLinks">News</a>
  16.         </div>
  17.     </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement