Slides
The slides for this presentation can be found in HTML Overview
Notes
There are so many elements in this section that I organized them into sub-sections as follows:
- Emphasis:
<em>
,<strong>
,<i>
,<b>
,<mark>
- Size:
<small>
&<big>
- Inferiors & superiors:
<sub>
&<sup>
- Indicating changes:
<ins>
,<del>
,<u>
,<s>
,<strike>
- Technical language:
<code>
,<samp>
,<kbd>
,<var>
- Terms:
<dfn>
,<abbr>
,<acronym>
- Machine-Readable:
<data>
&<time>
- Visualized Data:
<meter>
&<progress>