Advertisement
Guest User

HTML&CSS Lesson 1

a guest
Sep 29th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <h1>A heading of headingness</h1>
  2.  
  3. <button>Buttonny goodness</button>
  4. <p>Paragraph one is very <em>paragraphy</em>. It has <strong>punctuation</strong> and everything but not a lot of content. Ill add a bit of blurb here but I doubt it will be <q>of much use to anyone</q>.</p>
  5.  
  6. <p>Paragraph two here is just this sentence though.</p>
  7.  
  8. <ul>
  9. <li>Time</li>
  10. <li>For a</li>
  11. <li>List</li>
  12. </ul>
  13.  
  14. <table>
  15. <tr>
  16. <th>Now</th>
  17. <th>make</th>
  18. <th>tables</th>
  19. </tr>
  20. <tr>
  21. <th>really</th>
  22. <th>nice</th>
  23. <th>tables</th>
  24. </tr>
  25. <tr>
  26. <th>I love</th>
  27. <th>makin'</th>
  28. <th>tables</th>
  29. </tr>
  30. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement