Advertisement
EliM

assignment 1

Oct 12th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <p><strong><h1>This is my webpage</strong>.</h1> There are many like it, but <em>this one is mine</em>.</p>
  2. <p> I used to think that all <q>nerdy kids were lame</q> but then I became one. <button> Beep </button></p>
  3. <dl>Colors
  4. <dt>Red</dt>
  5. <dd>A color that is nice</dd>
  6. <dt>blue</dt>
  7. <dd>a color that is cool</dd>
  8. <dt>Green</dt>
  9. <dd>the worst colo of them all</dd>
  10. </dl>
  11. <ul>Things that are cool
  12. <li>Cartwheels</li>
  13. <li>Kardigans</li>
  14. <li>Hilary Clinton</li>
  15. </ul>
  16. <p>JK about that last one!</p>
  17. <ol>My favorite movies
  18. <li>The Fifth Element</li>
  19. <li>Pay it Forward</li>
  20. <li>Grave of the fireflies</li>
  21. </ol>
  22. <table>
  23. <tr>
  24. <th>Question</th>
  25. <th>Answer</th>
  26. <th>Correct?</th>
  27. </tr>
  28. <tr>
  29. <td>Why is this webpage so jumbled?</td>
  30. <td>Because I'm new at this</td>
  31. <td>Truth!</td>
  32. </tr>
  33. <tr>
  34. <td>Why was six afraid of seven?</td>
  35. <td>Cuz seven eight nine!</td>
  36. <td><em>Groan!</em></td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement