Nathan R. Yergler wrote:
Timwi wrote:
That is how HTML works. Ampersands are escaped as &.
I knew that was the case in the body of a document, but wasn't aware it applied to head elements as well. Thanks.
In general, it applies to both "normal" text and to text inside the attributes of tags. Otherwise there would be no way to say something like <img src="..." alt="The town of Å, Norway" />, for example...