
t-o_lesson1
By:
kafitty on
Sep 28th, 2012 | syntax:
None | size: 1.03 KB | hits: 34 | expires: Never
<h1>Hi there!</h1>
<p>My name rhymes with <strong>great</strong>. This is a paragraph.</p>
<h2>I used to make websites.</h2>
<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>
<h2>Now I work for a marketing/CMS company</h2>
<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>
<ul>
<li>The other day, I had to explain to someone the difference between an ordered and unordered list</li>
<li>This is whilst he was viewing a WYSIWYG editor.</li>
<li>It was very hard to ask if he had, perchance, ever used Microsoft Office before</li>
</ul>
<table border="1">
<tr>
<td>I</td>
<td>hate</td>
<td>tables</td>
</tr>
<tr>
<td>But</td>
<td>I</td>
<td>guess</td>
</tr>
<tr>
<td>I</td>
<td>Need to</td>
<td>learn!</td>
</tr>
</table>