
Assignment 1 (alansogd's HTML CSS tutorial)
By:
lazysundae on
Nov 25th, 2012 | syntax:
None | size: 1.10 KB | hits: 16 | expires: Never
<p>I am a month late for this class but i have <strong>a bit</strong> of a background in HTML. I thought that by <button>signing up</button> on UReddit, it'll send notifications to my e-mail that the class has started, etc. Obviously, it didn't. I hope I can catch up.</p>
I do a lot <q>writing</q> at work and I'm sick of it. So I'm just going to grab the list portion from the only e-book that I have in my laptop, <em>The Richest Man in Babylon</em>, which I haven't read. Ever.
<h2>The simple rules of acquiring money:</h2>
<ol>
<li>Start thy purse to fattening</li>
<li>Control thy expenditures</li>
<li>Make thy gold multiply</li>
<li>Guard thy treasures from loss</li>
<li>Make of thy dwelling a profitable investment</li>
<li>Insure a future income</li>
<li>Increase thy ability to earn</li>
</ol>
<p>
<strong>Bonus:</strong></p>
<table>
<tr>
<th>Item</th>
<th>Category 1</th>
<th>Category 2</th>
</tr>
<tr>
<td>Item A</td>
<td>Attribute 1A</td>
<td>Attribute 2A<td>
</tr>
<tr>
<td>Item B</td>
<td>Attribute 1B</td>
<td>Attribute 2B<td>
</tr>
</table>