Advertisement
Guest User

MyWebsite

a guest
Oct 25th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.00 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title> This is my website</title>
  5.     <link rel="stylesheet" type="text/css" href="style.css">
  6.     </head>
  7.     <body>
  8. <div id="main">
  9.         <div id="header">
  10.     <h1> This is my website</h1>
  11.     </div>
  12.     <div id="Information">
  13.      <p> Style never met and those among great. At no or september sportsmen he perfectly happiness attending. Depending listening delivered off new she procuring satisfied sex existence. Person plenty answer to exeter it if. Law use assistance especially resolution cultivated did out sentiments unsatiable. Way necessary had intention happiness but september delighted his curiosity. Furniture furnished or on strangers neglected remainder engrossed.
  14. <br>
  15.  Style never met and those among great. At no or september sportsmen he perfectly happiness attending. Depending listening delivered off new she procuring satisfied sex existence. Person plenty answer to exeter it if. Law use assistance especially resolution cultivated did out sentiments unsatiable. Way necessary had intention happiness but september delighted his curiosity. Furniture furnished or on strangers neglected remainder engrossed. </p>
  16.  
  17.    
  18.     </div>
  19.     <div id="navigation">
  20.     <ul>
  21.         <li><a href="http://www.techspot.com">
  22.             Visit Techspot </a></li>
  23.         <li><a href="http://www.facebook.com">
  24.             Visit Facebook</a></li>
  25.         <li><a href="http://www.google.com">
  26.             Visit Google</a></li>
  27.         </ul>
  28.    
  29.     </div>
  30.     <div id="Table">
  31.     <table border="1" width="350px" height="100px">
  32.         <tr>
  33.           <th colspan="2"> Amount of students</th>
  34.         </tr>
  35.         <tr>
  36.          <td> Maksimilian</td>
  37.          <td> Computer Science</td>
  38.         </tr>
  39.         <tr>  
  40.             <td> Ernesteras</td>
  41.             <td> PHP Programmer</td>
  42.         </tr>
  43.         </table>
  44.     </div>
  45.     <div id="footer">
  46.     <p> Copyright Maksimilian 2014</p>
  47.     </div>
  48.         </div>  
  49.     </body>
  50. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement