HTML Character Entities
Entities are used to implement reserved characters or to express characters that cannot easily be entered with the keyboard.
Such as "©" is not on the normal everyday keyboard so you can use "©" in your markup doing so will also ensure the characters
on your page are displayed properly or say you want to display a code snippet but don't want your browser to treat it as markup how do you do it?
Well if you wrote <head> in your html it would think it was in there twice when it goes to validation and would not display on the page either so you would use
"<head>" instead and I know it may look complicated but that's what the converter below is for. Go on have a go!

