HTML structure
HTML head
HTML block elements
Additional HTML5 content tags: <audio>, <canvas>, <video> HTML body - inline elements
|
HTML lists (block elements)
Nested list: <ol> .. <li> content </li> .. <li> content </li> .. <li> .... <ul> ...... <li> nested item </li> ...... <li> nested item </li> .... </ul> .. </li> </ol> Definition list: <dl> .. <dt> term 1 </dt> .. <dd> description 1 </dd> .. <dt> term 2 </dt> .. <dd> description 2 </dd> </dl> HTML tables (block elements)
<table> .. <caption> text </caption> .. <col attributes /> .. <colgroup> ....<col attributes /> <col attributes /> .. </colgroup> .. <tr> .... <th> heading 1 </th> .... <th> heading 2 </th> .. </tr> .. <tr> .... <td> cell 1 </td> .... <td> cell 2 </td> .. </tr> </table> Alternate (no inner col tags): <colgroup attributes span="3 ></colgroup> |
HTML characters
HTML URL format
|
Cheatography
https://cheatography.com
HTML Cheat Sheet (DRAFT) by Xyzzy
HTML
This is a draft cheat sheet. It is a work in progress and is not finished yet.