Advertisement
JaimeLyn

Webmaking 101 Assignment

Jan 28th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>
  5.     </title>
  6.  
  7.     <meta charset="UTF-8" />
  8. </head>
  9. <body>
  10.     <h1>Hey, Google, pick me!</h1>
  11.     <p>That's a sorry attempt at SEO.</p>
  12.     <p>This is part of an assignment over at Mozilla's
  13.        <a href="https://p2pu.org/en/schools/school-of-webcraft/sets/webmaking-101/P2PU School of Webcraft">Webmaking 101</a>.
  14.     </p>
  15.     <h2>This is only the beginning...</h2>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement