Advertisement
Stotic

Untitled

Nov 6th, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.86 KB | None | 0 0
  1. <h2>Chocolate Bunny Rabbits and You!</h2>
  2.  
  3. <p>I am going to a picnic and bringing some chocolate bunny rabbits. They sure are <em>tasty</em> and I wholeheartedly recommend them to others.</p>
  4.  
  5. <p><strong>Chocolate bunny rabbits</strong> also happen to be <em>incredibly</em> healthy snacks and may, on occassion, <q>provide super powers</q>.</p>
  6.  
  7. <p>The best kind of Bunny Rabbit is:
  8. <button>chocolate</button><button>vanilla</button></p>
  9.  
  10. <h3>Super Powers Granted:</h3>
  11. <ul>
  12.         <li>Flying</li>
  13.         <li>X-Ray vision</li>
  14.         <li>Super human strength</li>
  15.         <li>All-you-can-eat taco's</li>
  16. </ul>
  17.  
  18.  
  19. <h3>What super powers did our friends get?</h3>
  20. <table border cell padding=4>
  21.         <tr>
  22.                 <th>George</th>
  23.                 <th>Mary</th>
  24.                 <th>Sue</th>
  25.         </tr>
  26.        
  27.         <tr>
  28.                 <td>Flying</td>
  29.                 <td>X-Ray vision</td>
  30.                 <td>Super human strength</td>
  31.         </tr>
  32. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement