HTML Lessons
- HTML Introduction
- HTML Tags
- HTML Page Structure
- HTML Backgrounds
- HTML Formatting Text
- HTML Formatting Fonts
- HTML Headings
- HTML Entities
- HTML Line Breaks
- HTML Lists
- HTML HR- Horizontal Rule
- HTML Images
- HTML Links
- Table Introduction
- Table Rows & Columns
- Table Width
- Table Alignment
- Table Border Color
- Table Background Color
- Table Background Image
- Cell Alignment
- Cell Padding
- Cell Spacing
- Cell Spanning
|
HTML Entities
As mentioned in the beginning of this tutorial some tags will not have the
traditional less and greater signs. Here is a list of some special
characters that will need such tags.
| Tag |
Description |
Result |
| < |
less than |
< |
| > |
greater than |
> |
| & |
ampersand |
& |
| " |
quotation mark |
" |
| ¢ |
cent |
¢ |
| £ |
pound |
£ |
| ¥ |
yen |
¥ |
| § |
section |
§ |
| © |
copyright |
© |
| ® |
registered trademark |
® |
| × |
multiplication |
× |
| ÷ |
division |
÷ |
Next Lesson
|