• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

HTML Fehler beseitigen

Darknet

Neues Mitglied
Code:
[LIST=1]
[*]<html>↩
[*]    <head>↩
[*]        <link href="https://fonts.googleapis.com/css?family=Caveat+Brush|Great+Vibes" rel="stylesheet"> ↩
[/LIST]

Der HTML Validator gibt folgende Fehlermeldung:
Error: Bad value https://fonts.googleapis.com/css?family=Caveat+Brush|Great+Vibes for attribute href on element link: Illegal character in query: | is not allowed.
From line 4, column 3; to line 4, column 97
<head>↩ <link href="https://fonts.googleapis.com/css?family=Caveat+Brush|Great+Vibes" rel="stylesheet">
Wie beseitige ich das?
 
Werbung:
Code:
[LIST=1]
[*]<html>↩
[*]    <head>↩
[*]        <link href="https://fonts.googleapis.com/css?family=Caveat+Brush|Great+Vibes" rel="stylesheet"> ↩
[/LIST]

Der HTML Validator gibt folgende Fehlermeldung:
Error: Bad value https://fonts.googleapis.com/css?family=Caveat+Brush|Great+Vibes for attribute href on element link: Illegal character in query: | is not allowed.
From line 4, column 3; to line 4, column 97
<head>↩ <link href="https://fonts.googleapis.com/css?family=Caveat+Brush|Great+Vibes" rel="stylesheet">
Wie beseitige ich das?

Google: https://stackoverflow.com/questions/22466913/google-fonts-url-break-html5-validation-on-w3-org
 
Zurück
Oben