Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <h1>Assignment 1</h1>
  2. <p>This is the <em>start</em> of something <strong>grand.</strong></p>
  3.  
  4. <p>You have asked us to, <q>write two pargraphs.</q> You want to make <em>sure we understand</em> how to use <strong>different tags.</strong> You would also like to see a clickable <button>button</button> to keep it fresh.</p>
  5. <p> You asked to see two separate paragraphs.</p>
  6.  
  7. <ol>
  8. <li>Don't</li>
  9. <li>Forget</li>
  10. <li>the list!</li>
  11. </ol>
  12.  
  13. <h2>BONUS TIME</h2>
  14.  
  15. <table>
  16. <tr>
  17. <th>Question</th>
  18. <th>Answer</th>
  19. <th>Correct?</th>
  20. </tr>
  21. <tr>
  22. <td>Have you sucessfuly followed the directions given?</td>
  23. <td>I believe so?</td>
  24. <td>TBD</td>
  25. </tr>
  26. <tr>
  27. <td>Can you dance the momba?</td>
  28. <td>YES</td>
  29. <td>liar!</td>
  30. </tr>
  31. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement