Navigational Map Nav Reference 10.2
Character entity references are used to keep certain text characters from being misread as code.
Special Characters like < > " must be substituted with entities like < > " in the text of the XHTML to display properly in the browser.
These are some of the most common character entity references:
| Symbol | Entity | Example |
|---|---|---|
| Less than | < | < |
| Greater than | > | > |
| Ampersand | & | & |
| nonbreaking space | | |
| quotation mark | " | " |
| Copyright sign | © | © |
| Registered trademark | ® | ® |
| Trademark | ™ | ™ |