InterviewSolution
Saved Bookmarks
| 1. |
What are the entities in HTML? |
|
Answer» Entities in HTML are pieces of TEXT “STRINGS” which begin with an ampersand SYMBOL (&) and end with a semicolon (;). These are usually used to DISPLAY special characters which would otherwise be interpreted as simple HTML code and/or invisible characters. |
|