& Amp; and URLs in HTML
2 answers
Please forgive the original editing, it seems I was wrong. From the W3C linked below:
Single ampersands. Although HTML user agents tend to close their eyes, you should never have a single ampersand (&) in your document. You should pay particular attention to URIs that include parameters. For example, your document should contain http://example.org/my-script.php?class=guest&name=user , and not http://example.org/my-script.php?class=guest&name=user .
+6