Skip to main content

HTML Guide

Free site validation

Find out what web pages on your sites are affected by HTML issues.

Bad value “X” for attribute “href” on element “a”: Illegal character in query: space is not allowed.

The href attribute on an <a> tag contains an space, which is not allowed. Consider replacing space characters with “%20”.

Related W3C validator issues