HTML5 Error – how to fix
-
Someone mentioned that HTML5 errors may be caused my browser-specific viewing issues. Here is one of my errors:
Error Line 17, Column 172: Bad value //fonts.googleapis.com/css?family=Open+Sans:400italic,400,600|Rokkitt:400,700 for attribute href on element link: Illegal character in query: not a URL code point.
…=Open+Sans:400italic,400,600|Rokkitt:400,700′ type=’text/css’ media=’screen’ />
Syntax of URL:
Any URL. For example: /hello, #canvas, or https://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.Does anyone know how I can access this HTML and make the necessary changes?
Thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘HTML5 Error – how to fix’ is closed to new replies.