HTML and CSS Reference
In-Depth Information
<tr class="even">
<td>Perform project demo to stakeholders</td>
<td><time datetime="2013-10-14">2013-10-14</time></td>
<td>Work</td>
</tr>
<tr>
<td>Meet friends for dinner</td>
<td><time datetime="2013-10-14">2013-10-14</time></td>
<td>Personal</td>
</tr>
</tbody>
</table>
<nav>
<a href="#">Add task</a>
</nav>
</section>
</main>
<footer>You have 3 tasks</footer>
</body>
</html>
As mentioned in the head section, this file has an accompanying CSS file. This should be
placed in a sub-folder called “styles”, and called “tasks.css”:
@CHARSET "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, ul, dl, ol, form, fieldset, input, label, table, tbody, tfoot, th, tr, td, textarea, select {
font-family: "helvetica neue", helvetica, "lucinda sans unicode", "sans serif";
font-weight: normal;
color: #333;
padding: 0;
border: 0;
margin: 0;
font-size: 12px;
}
Search WWH ::




Custom Search