InterviewSolution
Saved Bookmarks
| 1. |
What are HTML Entities? |
|||||||||||||||
|
Answer» In HTML some characters are RESERVED like ‘<’, ‘>’, ‘/’, etc. To use these characters in our webpage we need to use the character entities called HTML Entities. Below are a few mapping between the reserved character and its respective entity character to be used.
|
||||||||||||||||