Advertisement
sweetvalentina

HTML 5 Introduction | p2pu

Sep 9th, 2013
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.60 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.   <head>
  4.     <title>Tinkering with HTML</title>
  5.   </head>
  6.   <body>
  7.  
  8.   <h1>Tinkering with HTML</h1>
  9.   <h2>Playing around with the language of the web</h2>
  10.     <p>I'm taking the HTML5 Introduction challenge on p2pu right now and this is a
  11.     document I'm writing as an assignment for the second task. <br /> I have already
  12.     written HTML code before. I've been playing around with HTML since I was a kid. <br />
  13.     The assignment didn't specify what to write so I'll just write this simple text. </p>
  14. <p>And that's it. <br /> Have a good day!</p>
  15.    
  16.   </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement