Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 1st, 2012  |  syntax: HTML  |  size: 0.25 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <html>
  2.         <head>
  3.                 <style type="text/css">
  4.                         body
  5.                         {
  6.                                 font-family: verdana;
  7.                                 color: darkgrey;
  8.                                 text-align: center;
  9.                         }
  10.                 </style>
  11.         </head>
  12.         <body>
  13.                 <h2>Matt Watson</h2>
  14.                 <br/>
  15.                 <span>Welcome to my website!</span>
  16.         </body>
  17. </html>