Re: HTML5: "Bad value": "Percentage ("%") is not followed by two hexadecimal digits"

lepf@gmx.de wrote:
>
> how should I encode the "%" please?
>

Eric Meyer's very useful https://meyerweb.com/eric/tools/dencoder/ suggests

> <!DOCTYPE html>
> <html lang="de-DE">
> <head>
> <meta charset="UTF-8">
> <title>Lorem</title>
> </head>
> <body>
> <p><a href="http://google.com/search?q=cache:%25s">Lorem</a></p>
> </body>
> </html> 

-- 
<Signature>
Philip Taylor

Received on Monday, 19 November 2018 10:40:11 UTC