w3c markup validator ampersand (&) error

眉间皱痕 提交于 2019-11-27 15:41:56

for each & sign you got write & in your example it would be:

c91588793296e2?s=50&d=http%3A%2F%

Use & for literal ampersands, even in URLs.

http://htmlhelp.com/tools/validator/problems.html#amp

Replace with &

should be:

c91588793296e2?s=50&d=http%3A%2F%.

notice the &

I know it feels wonky, but ampersands have to be encoded as html entities, which are confusingly denoted with ampersands.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!