I was writing some HTML for my new project and I wanted the background to be of 'orange' color. By mistake, I wrote
<body bgcolor="orrange">content</body>
I saw that the background was of 'blue' color. Then I found an error in the spelling of 'orange'. But why did 'blue' color appear when I wrote 'orrange'?