e.g. a link to
http://example.com/?colour=blue&age=old
balloon
<a href="http://example.com/?colour=blue&age=old">balloon</a>
<a href="http://example.com/?colour=blue&amp;age=old">balloon</a>
Whether this was officially recommended or was merely a folk recommendation, I don't know.
e.g. a link to
with link text should appear in html as but might erroneously appear as ...or if a (simple) client neglected to html-decode the uri for some reason, then the link would still work.Whether this was officially recommended or was merely a folk recommendation, I don't know.