Advertisement
lessientelrunya

helloworld

Jul 24th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.16 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Hello, world</title>
  4.     </head>
  5.     <body>
  6.         <h2>Here's my page</h2>
  7.         <p>World, hello</p>
  8.         <a href="test.html">Link</a>
  9.     </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement