Chrome, Firefox, and other browsers parse the space character & nbsp;, the page is displayed inconsistent, chrome Firefox
I have recently started to learn about the web, starting from the beginning, at the cainiao level, and recorded minor issues.
According to information on the Internet, spaces are displayed differently in ie, firefox, and chrome browsers, mainly because the width of the leading space is different. This may be because different browsers have different default fonts, generally, the default IE font is .
The default font of firefox and chrome is Times New Roman and is character width-equal font, but Times New Roman is not character width-equal font, because the default font of the browser is different, the space character
Different browsers have different display widths.
Solution. We recommend that you use the span element and spacing to implement the Space Effect. I tested it myself, and I feel very good,