Advertisement
coasterka

#3HelloHTML

Jun 3rd, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.13 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>
  5.             Hello HTML
  6.         </title>
  7.     </head>
  8.     <body>
  9.         <p>Hello HTML</p>
  10.     </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement