HTML Cheat Sheet
Use this HTML cheat sheet to quickly find the code you need. All you need to do is copy (from this cheat sheet) and paste into your website's code. If need be, you can change the values to suit your particular situation.
Text
| Code | Result |
|---|---|
|
|
Heading 1Heading 2Heading 3Heading 4Heading 5Heading 6 |
| Code | Result |
|---|---|
|
|
Normal paragraph text. More info: HTML
<p> tag |
| Code | Result |
|---|---|
|
|
I feel a line break coming... ...up. More info:
<br> |
| Code | Result |
|---|---|
|
|
Bold text.
More info:
<b> |
| Code | Result |
|---|---|
|
|
Italic text.
More info:
<i> |
| Code | Result |
|---|---|
|
|
Color text and another color, and now back to the same. Oh, and here's a different background color just in case you need it! |
| Code | Result |
|---|---|
|
|
Text size using points. Text size using pixels. Text size using relative sizes. |
| Code | Result |
|---|---|
|
|
Preferred serif font. More info: CSS
font-family, Font Code. |
| Code | Result |
|---|---|
|
|
Preformatted text displays just as you type it... ...line breaks, spaces... ...and all! More info:
<pre> |
| Code | Result |
|---|---|
|
|
Teletype text - sometimes referred to as typewriter text.
More info:
<tt> |
| Code | Result |
|---|---|
|
|
Citation text.
More info:
<cite> |
| Code | Result |
|---|---|
|
|
Emphasized text.
More info:
<em> |
| Code | Result |
|---|---|
|
|
Code text.
More info:
<code> |
| Code | Result |
|---|---|
|
|
Big text.
More info:
<big> |
| Code | Result |
|---|---|
|
|
Small text.
More info:
<small> |
| Code | Result |
|---|---|
|
|
Here's a blockquote: Contents should not be swallowed. This is due to the enormous amount of harmful chemicals that has gone into this burger. That was a blockquote. More info:
<blockquote> |
| Code | Result |
|---|---|
|
|
More info:
<del> |
| Code | Result |
|---|---|
|
|
Insert this text.
More info:
<ins> |
| Code | Result |
|---|---|
|
|
Keyboard text - text to be entered by the user.
More info:
<kbd> |
| Code | Result |
|---|---|
|
|
Quotation text. More info:
<q> |
| Code | Result |
|---|---|
|
|
Sample text (output from a computer program).
More info:
<samp> |
| Code | Result |
|---|---|
|
|
Variable text.
More info:
<var> |
| Code | Result |
|---|---|
|
|
Definition.: To define the meaning of a word, phrase or term.
More info:
<dfn> |
Images
| Code | Result |
|---|---|
|
|
Basic image:
More info:
<img>. |
| Code | Result |
|---|---|
|
|
Image with border:
More info: Image Borders, CSS
border Property. |
| Code | Result |
|---|---|
|
|
Linked image:
|
| Code | Result |
|---|---|
|
|
Linked image with no borders:
More info: Image Link Code.
|
Tables
| Code | Result | ||
|---|---|---|---|
|
|
|
| Code | Result | ||||
|---|---|---|---|---|---|
|
|
|
| Code | Result | ||||
|---|---|---|---|---|---|
|
|
| ||||
| Code | Result | |||
|---|---|---|---|---|
|
|
More info: HTML Table Tutorial, Table Generator.
|
| Code | Result | |||
|---|---|---|---|---|
|
|
More info: Table Backgrounds, Table Background Color.
|
Forms
| Code | Result |
|---|---|
|
|
More info:
<input>. |
| Code | Result |
|---|---|
|
|
More info:
<textarea>. |
| Code | Result |
|---|---|
|
|
Option 1 Option 2
More info:
<input>. |
| Code | Result |
|---|---|
|
|
Option 1 Option 2
More info:
<input>. |
| Code | Result |
|---|---|
|
|
More info:
<select>. |
| Code | Result |
|---|---|
|
|
More info:
<input>. |
| Code | Result |
|---|---|
|
|
More info:
<button>. |
| Code | Result |
|---|---|
|
|
| Code | Result |
|---|---|
|
|
|
| Code | Result |
|---|---|
|
|
|
| Code | Result |
|---|---|
|
|
|
Inline Frames
| Code | Result |
|---|---|
|
|
More info:
<iframe>. |
Frames
| Code | Result |
|---|---|
|
|
The frameset page: The left frame frame_example_left.html: The right frame frame_example_right.html: |

