Skip to main content

HTML Guide

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