HTML Cheat Sheet
HTML Cheat Sheet
---
DOCUMENT STRUCTURE
Example:
<html>
<head>
<title>My Website</title>
</head>
<body>
</body>
</html>
---
DOCUMENT INFORMATION
TEXT FORMATTING
Example:
<blockquote>Quote here.</blockquote>
---
Example:
TABLES
Example:
<table>
<tr>
<th>Name</th>
<th>Age</th>
</tr>
<tr>
<td>Alice</td>
<td>30</td>
</tr>
</table>
---
---
HTML5 TAGS
---
SPECIAL CHARACTERS
": "
&: &
<: <
>: >
©: ©