HTML Cheat Sheet: Block-Level HTML Elements
HTML Cheat Sheet: Block-Level HTML Elements
Headings
<h1> </h1>
<h2> </h2>
<h3> </h3>
<h4> </h4>
<h5> </h5>
<h6> </h6>
HTML Image
HTML Lists
Unordered List
<ul>
<li>What is HTML?</li>
</ul>
Ordered List
<ol>
<li></li>
</ol>
Definition List
<dl>
<dt>Term</dt>
<dd>Description</dd>
</dl>
HTML Table
<table> <tr>
<th> </th>
<th> </th>
</tr> <tr>
<td> </td>
<td> </td>
</tr> </table>
HTML Forms
Music Code
<embed src="" />
Video Code