YourPaste - For your paste! Archive - Tools - Login

csscode

Posted by speedzor on Sat 3 May 2008 10:09 166 views - Syntax: CSS - Expires: never - Report - IMG - Download -

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6.         <meta name="author" content="Speedzor aka Vannevel Jeroen" />
  7.         <meta name="description" content="The personal homepage from Speedzor, aka Jeroen." />
  8.         <meta name="keywords" content="Speedzor, jeroen, jeroen vannevel, homepage, personal, testing" />
  9.         <link href="styles.css" rel="stylesheet" type="text/css" />
  10.         <title> Index </title>
  11. </head>
  12. <body>
  13. <div class="wrapper">
  14.  
  15. <div class="navbar">
  16. Navigation:
  17. <ul>
  18.         <li> <a href="index.php"> Homepage </a> </li>
  19.         <li> <a href="test.php"> Testpage </a> </li>
  20.         <li> <a href="links.php"> Links </a> </li>
  21.         <li> <a href="guestbook.php"> Guestbook </a> </li>
  22.        
  23. </ul>
  24. </div>
  25.  
  26. <div class="heading">
  27.         <table border="1" cellpadding="5" cellspacing="3">
  28.         <tr>
  29.                 <th> News: </th>
  30.                 <td width="200"> Our site has been updated! </td>
  31.         </tr>
  32.         <tr>
  33.                 <th> Info: </th>
  34.                 <td width="200"> This is the new design </td>
  35.         </tr>
  36.         </table>
  37.                
  38. </div>
  39.  
  40. <div class="contact">
  41. <ul>
  42.         <li> <a href="login.php"> Login </a> </li>
  43.         <li> <a href="contact.php"> Contact </a> </li>
  44. </ul>   
  45.  
  46. </div>
  47.        
  48. </div>
  49. </body>
  50. </html>
  51.  

Comments


Name:
Comment:

© 2008 YourPaste.net - Disclaimer