HTML Entities, Symbols, Codes
Briefly explain what HTML entities are.
There are some characters in HTML like < > which are also called reserved characters.
So if we like to use less than(<) or greater than(>) signs in our text or content, the browser will confuse and mix them w...
mrbarman.hashnode.dev1 min read