Advertisement
jrg

Lists and Links

jrg
Feb 28th, 2013
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <title>This is What Happens on the Tab</title>
  6. </head>
  7. <body>
  8. <h1>This is a header </h1>
  9. This is just normal text. But if I want to make a paragraph I would do this:
  10. <p>And now this is indented </p>
  11. <h3> This is a small header </h3>
  12. <p>Creativity was never my strong suit.</p>
  13. <h2><p> And now I'm going to make a list of things I like:</p></h2>
  14. <ul>
  15. <li> Jugar. </li>
  16. <li> Andar. </li>
  17. <li> Volar. </li>
  18. </ul>
  19. <h2><p> Here is a list of things I need to do, in this particular order:</p></h2>
  20. <ol>
  21. <li> Nuevo pais. </li>
  22. <li> Misma vida. </li>
  23. <li> Nuevo trabajao. </li>
  24. </ol>
  25. <p> In the meantime, I'll continue to fruitlessly search Indeed.com for relevant positions. You can access this website using this hyperlink here: <a href="http://www.indeed.com"> Suerte. </a> </p>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement