Advertisement
Guest User

Untitled

a guest
Sep 28th, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <h1> Welcome to my <em> first </em> page! </h1>
  2. <h2> Made by WinWolfz </h2>
  3. <p>Hello, my name is <strong> WinWolfz </strong> . I enjoy learning on Reddit! </p>
  4. <p> I have a dog that I love and her name is <strong> Libby. </strong> </p>
  5. <h2> What I like about Libby: </h2>
  6. <ul>
  7. <li> She is fluffy </li>
  8. <li> She likes fetch </li>
  9. <li> She is smart </li>
  10. </ul>
  11.  
  12. <h2> Random Table of Stuff </h2>
  13.  
  14. <table>
  15. <tr>
  16. <th> Food </th>
  17. <th> Place </th>
  18. <th> Name </th>
  19.  
  20. <tr>
  21. <td> Eggs </td>
  22. <td> Rome </td>
  23. <td> Bob </td>
  24. <tr>
  25. <td> Apples </td>
  26. <td> France </td>
  27. <td> Sally </td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement