I'm noticing that browsers correctly parse "&" when they encounter them.
So is there any reason i should be using & in HTML text on my site?
|
|
|
From w3c:
|
|||
|
|
|
Note that in HTML, the closing ; is optional (though strongly recommended). By necessity, browsers are very tolerant to incorrect HTML, that's not a reason to write incorrect HTML! ;-) At least because the tolerance can vary greatly across various browser brands and versions... |
|||
|
|