abcフォルダ内にあるnext.htmlファイルにリンクする

動作ブラウザ 【 IE:3.0  NN:2.0
Internet Explorer Netscape Navigator iCab
3.0x 4.0x 4.5 5.0x 5.5 6.0 2.0x 3.0x 4.0x 4.x 6.0 2.x
Windows - -
Macintosh - -
UNIX - - - - - - -
Dreamcast - - - - - - - - - - -

ポイント <a href="abc/next.html">next.htmlのページへ</a>
説  明 1つ下のabcディレクトリ(フォルダ)内にあるnext.htmlファイルにリンクするには<a href="abc/next.html">のようにhref属性にリンク先のディレクトリ名/ファイル名(ページURL)を指定します。ディレクトリの数だけ(深さだけ)/で区切って記述します。
サンプル <html> <head> <title>abcフォルダ内にあるnext.htmlファイルにリンクする</title> </head> <body> <a href="abc/next.html">next.htmlのページへ</a> </body> </html>
補足説明 /abc/next.htmlは./abc/next.htmlと記述することもできます。

■サンプルを実行する >>実行
■各ブラウザでの動作結果を見る >>View!