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: < or <
● Character entities are used to display reserve...
devblog.dev1 min read