
Untitled
By: a guest on
Oct 1st, 2012 | syntax:
HTML | size: 0.57 KB | hits: 31 | expires: Never
<p>
<h1>October 1st</h1>
This is my first time learning <strong>html</strong>.<br>
It might be hard but <q>Practice makes perfect!</q>
</p>
<p>
I wonder what this <button>awesome button </button> does.<br>
My <em>shopping</em> list:
<ul>
<li>Soda</li>
<li>Eggs</li>
<li>Milk</li>
</ul>
<table>
<tr>
<td>Number</td>
<td>Question</td>
<td>Answer</td>
</tr>
<tr>
<td>1</td>
<td>What is the capital of Texas?</td>
<td>Austin</td>
</tr>
<tr>
<td>2</td>
<td>What is 2+2?</td>
<td>4</td>
</tr>
</table>
</p>