HTML Entities
Some characters are reserved in HTML. If you use the less than (<) or greater than (>) signs in your text, the browser might mix them with tags. To display a less than sign (<) we must write: &It; or < Character entities are used to display reserve...
Jan 30, 20232 min read25