Advertisement
kafitty

t-o_lesson1

Sep 28th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <h1>Hi there!</h1>
  2. <p>My name rhymes with <strong>great</strong>. This is a paragraph.</p>
  3. <h2>I used to make websites.</h2>
  4. <p>They were usually about NSYNC. Right around the <em>No Strings Attached</em> era. I am not ashamed - no, I said I'm <q><em>not</em> ashamed</q>.</p>
  5. <h2>Now I work for a marketing/CMS company</h2>
  6. <p>Really more marketing than content hosting, but I've seen firsthand the radical difference a good CSS stylesheet can make! It would be nice if all of our clients could just <button>push a button</button> and have their websites look so nice.</p>
  7.  
  8. <ul>
  9. <li>The other day, I had to explain to someone the difference between an ordered and unordered list</li>
  10. <li>This is whilst he was viewing a WYSIWYG editor.</li>
  11. <li>It was very hard to ask if he had, perchance, ever used Microsoft Office before</li>
  12. </ul>
  13.  
  14. <table border="1">
  15. <tr>
  16. <td>I</td>
  17. <td>hate</td>
  18. <td>tables</td>
  19. </tr>
  20. <tr>
  21. <td>But</td>
  22. <td>I</td>
  23. <td>guess</td>
  24. </tr>
  25. <tr>
  26. <td>I</td>
  27. <td>Need to</td>
  28. <td>learn!</td>
  29. </tr>
  30. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement