Skip to main content
HTML Validation

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

About This HTML Issue

An href attribute on an a element contains an invalid URL that has space characters in the domain.

The domain in a URL cannot contain space characters, for example the following are invalid:

<a href="http://my domain.com">link</a>
<a href="http://my%20domain.com">link</a>

Last reviewed: March 16, 2023

Was this guide helpful?

Find issues like this automatically

Rocket Validator scans thousands of pages in seconds, detecting HTML issues across your entire site.

Ready to validate your sites?
Start your free trial today.