HTML and CSS Reference
In-Depth Information
</div>
<div>
<label>Category</label> <select name="category">
<option value="Personal">Personal</option>
<option value="Work">Work
</option>
</select>
</div>
<nav>
<a href="#">Save task</a> <a href="#">Clear task</a>
</nav>
</form>
</section>
<section>
<table id="tblTasks">
<colgroup>
<col width="50%">
<col width="25%">
<col width="25%">
</colgroup>
<thead>
<tr>
<th>Name</th>
<th>Due</th>
<th>Category</th>
</tr>
</thead>
<tbody>
<tr>
<td>Return library books</td>
<td><time datetime="2013-10-14">2013-10-14</time></td>
<td>Personal</td>
</tr>
Search WWH ::




Custom Search