We must use character entities in the HTML source code.
What are the three parts of a character entity?
Result,Description,Entity Name
What is an entity name? What is an entity number?
Entity name is the code for the text you are attempting to write.
What is better to use an entity name or an entity number?
Entity numbers is very good.
What is the most common character entity in HTML?
A common character entity used in HTML is the non-breaking space ( ).
| Result | Description | Entity Name | Entity Number |
|---|---|---|---|
| non-breaking space | |   | |
| < | less than | < | < |
| > | greater than | > | > |
| & | ampersand | & | & |
| " | quotation mark | " | " |
| ' | apostrophe | ' | ' |
Some Other Commonly Used Character Entities:
| Result | Description | Entity Name | Entity Number |
|---|---|---|---|
| ¢ | cent | ¢ | ¢ |
| £ | pound | £ | £ |
| ¥ | yen | ¥ | ¥ |
| § | section | § | § |
| © | copyright | © | © |
| ® | registered trademark | ® | ® |
| × | multiplication | × | × |
| ÷ | division | ÷ | ÷ |