Kanonische Referenzen ausliefern - Testdokument ohne Skript

Validität dieses Dokumentes prüfen.

  1. Externe Links
    1. http://example.tld/bar/index.php
    2. http://example.tld/bar/index.php#zot
    3. http://example.tld/bar/
    4. http://example.tld/bar/#zot
    5. <a href="http://example.tld/bar/index.php">
    6. <a href="http://example.tld/bar/index.php#zot">
    7. <a href="http://example.tld/bar/">
    8. <a href="http://example.tld/bar/#zot">
    9. http://example.tld/bar/foo.php
    10. http://example.tld/bar/foo.php#zot
    11. http://example.tld/bar/foo
    12. http://example.tld/bar/foo#zot
    13. <a href="http://example.tld/bar/foo.php">
    14. <a href="http://example.tld/bar/foo.php#zot">
    15. <a href="http://example.tld/bar/foo">
    16. <a href="http://example.tld/bar/foo#zot">
  2. Interne Links
    1. /bar/index.php
    2. /bar/index.php#zot
    3. /bar/
    4. /bar/#zot
    5. <a href="/bar/index.php">
    6. <a href="/bar/index.php#zot">
    7. <a href="/bar/">
    8. <a href="/bar/#zot">
    9. /bar/foo.php
    10. /bar/foo.php#zot
    11. /bar/foo
    12. /bar/foo#zot
    13. <a href="/bar/foo.php">
    14. <a href="/bar/foo.php#zot">
    15. <a href="/bar/foo">
    16. <a href="/bar/foo#zot">
    17. #zot
    18. <a href="#zot">
  3. Diverses
    1. Mit Attribut class Attribut href : /bar/foo.php
    2. Mit Attribut class vor Attribut href: /bar/foo.php
    3. Mit Query-Part: /bar/foo.php?a=zot
    4. Mit ' statt " für den Wert: /bar/foo.php
    5. Mit Leerzeichen vor und nach dem Gleichheitszeichen hinter dem Attribut href: /bar/foo.php
    6. Dokument-relative Referenzierung: ./foo.php und ../../foo.php
    7. Mit Majuskeln im Attribut: /bar/foo.php
    8. Mit Majuskeln im Element: /bar/foo.php
    9. Mit Endung "html": /bar/foo.html
    10. Mit Endung "htm": /bar/foo.htm
    11. Mit im "index.php" im Linktext: "index.php"

Referenz im Attribut action im Element form