Guest User

Basic html

a guest
Oct 18th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.27 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <link rel="stylesheet" href="style.css" /> <!-- If style.css is in the same folder. -->
  6.             <title></title>
  7. </head>
  8. <body>
  9.     <p>exemple</p> <!-- <p> is not obligatory, it's just an exemple -->
  10. </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment