Advertisement
Guest User

el doc

a guest
Jul 4th, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.42 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
  2. "http://www.w3.org/TR/html4/strict.dtd">
  3. <html>
  4.   <head>
  5.   <meta http-equiv="Content-Type" content="text/html;
  6.  charset=iso-8859-1">
  7.   <title>Sample document</title>
  8.   <link rel="stylesheet" href="style1.css">
  9.  
  10.   </head>
  11.  
  12.   <body>
  13.     <p>
  14.       <strong>C</strong>ascading
  15.       <strong>S</strong>tyle
  16.       <strong>S</strong>heets
  17.     </p>
  18.   </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement