Warum nicht, meine <ein href= link arbeiten?

Ich bin mit einem beliebigen text-editor und speichern von Seiten .html-und der " - link zum gizmodo ist nicht anklickbar

    <!doctype html>

<html>
<head>
<title>This is the title</title>
</head>

<body
<a href="http://www.gizmodo.com">This is the link for gizmodo</a>
</body>

</html>

<!--"a" stands for anchor-->
  • Verwenden Sie einen HTML-validator zu. Der W3C-angeboten eine online-validator, und es hat die offline-HTML-Tidy. Das ist jedoch nur als ein experimentelles Werkzeug für HTML 5. Siehe github.com/w3c/tidy-html5.
InformationsquelleAutor Ammar | 2013-12-24
Schreibe einen Kommentar