I thought that   was necessary any time you wanted more than one space character to show up in html, but this site is showing me that multiple consecutive spaces are all being rendered… why is that?
I thought that   was necessary any time you wanted more than one space
Share
If you look closely at the source (before it is interpreted by a browser), you’ll find that the website does in fact use
very heavily in the site:Example (before the ONE FOR THE ROAD line)
Try saving the page to your computer (with the browser’s saving functionality, not copy-paste), and view the source in Notepad or a similar text editor, and you will see the
entity everywhere.