Advertisement
Sedako

Assignment 1

Oct 2nd, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.18 KB | None | 0 0
  1. <h2>The folly of lamb</h2>
  2.  
  3. <p>I like turtles.  They taste lovely with <strong>tartar sauce</strong>.  If you've never had the
  4. opportunity to dine on these <em>delicious creatures</em>, I'd recommend adding them to your <strong>
  5. shopping list</strong>.</p>
  6.  
  7. <p>If you'd like to be frugal about it, then locate your local public stream.  Make sure you bring
  8. a sizable net!  If you happen to see one that looks like it could <em>ruin your day</em> very easily...
  9. well, as I always say: <q>Count your fingers before you leave, because you may be missing some at the
  10. end of the day!</q></p>
  11.  
  12. <h3>What you should bring:</h3>
  13.  
  14. <ul>
  15.     <li>A large net</li>
  16.     <li>Boots</li>
  17.     <li>A Bucket</li>
  18.     <li>Gauze</li>
  19. </ul>
  20.  
  21. <h3>Vote!:</h3>
  22.  
  23. <button>Turtle</button> <button>Lamb</button>
  24.  
  25. <h3>Comparison:</h3>
  26.  
  27. <table>
  28.     <tr>
  29.         <th>Meat</th>
  30.         <th>Taste</th>
  31.         <th>Cost</th>
  32.     </tr>
  33.     <tr>
  34.         <td>Turtle</td>
  35.         <td>Excellent</td>
  36.         <td>Does anyone actually sell this?</td>
  37.     </tr>
  38.     <tr>
  39.         <td>Chicken</td>
  40.         <td>Chicken</td>
  41.         <td>I'm not keeping track</td>
  42.     </tr>
  43.     <tr>
  44.         <td>Lamb</td>
  45.         <td>Terrible</td>
  46.         <td>Too much if you're resorting to turtle catching</td>
  47.     </tr>
  48. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement