Advertisement
lessientelrunya

css3

Jun 26th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.     <head>
  5.         <link href="css2.css" rel="stylesheet"/>
  6.         <title>css-2</title>
  7.     </head>
  8.     <body>
  9.         <div id="top">
  10.             John Harvard
  11.         </div>
  12.         <div id="middle">
  13.             Welcome to my home page!
  14.         </div>
  15.         <div id="bottom">
  16.             Copyright &#169; John Harvard
  17.         </div>
  18.     </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement