Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>YAY IT WORKS</title>
- <meta charset="UTF-8" />
- </head>
- <body>
- <h1>Header 1</h1>
- <h2>Header 2 (A small sub section)</h2>
- <p>The quick brown fox jumped over the lazy dog.</p>
- <p>My computer is <b>REALLY</b> blue at night.</p>
- <p>This is my grocery list (it really isn't, these are weird groceries to buy)</p>
- <ul>
- <li>Asparigus</li>
- <li>Milk</li>
- <li>Tempeh</li>
- </ul>
- <p>This is what I did this morning</p>
- <ol>
- <li>Climb out of bed</li>
- <li>Locate pants and put them on</li>
- <li>Turn on computer</li>
- <li>Go shower and brush teeth</li>
- <li>Put on different pants and log on P2PU</li>
- </ol>
- <tag attribute="value">
- <a href="http://dailytekk.com/2012/01/29/6-easy-ways-to-learn-coding-and-computer-science-for-free/">This is what brought me here! Love you P2PU!</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement