상위 디렉토리 표현 방법
../는 소스 파일이 있는 디렉토리의 상위 디렉토리를 나타내고, ../../는 소스 파일이 있는 디렉토리의 상위 디렉토리를 나타내는 식입니다.
info.html 경로가 c:Inetpubwwwrootsitesblablainfo.html이라고 가정합니다.
index.html 경로가 c:Inetpubwwwrootsitesindex.html이라고 가정합니다.
info.html에 index.html 하이퍼링크 추가
상위 디렉터리 표현 방법
../는 소스 파일이 있는 디렉터리의 상위 디렉터리를 나타내고, ../../는 소스 파일이 있는 디렉터리의 상위 디렉터리를 나타냅니다. 위치 등이 있습니다.
info.html 경로가 다음과 같다고 가정: c:Inetpubwwwrootsitesblablainfo.html
index.html 경로가 다음과 같다고 가정: c:Inetpubwwwrootsitesindex.html
info에 index.html 하이퍼링크를 추가합니다. html 코드는 다음과 같이 작성되어야 합니다.
index.html
info.html 경로가 다음과 같다고 가정합니다. c:Inetpubwwwrootsitesblablainfo.html
색인을 가정합니다. .html 경로는 다음과 같습니다: c:Inetpubwwwrootindex.html
info.html에 index.html 하이퍼링크를 추가하는 코드는 다음과 같이 작성되어야 합니다.
index.html
info.html 경로가 c:Inetpubwwwrootsitesblablainfo.html이라고 가정합니다.
index.html 경로가 c:Inetpubwwwrootsiteswowstoryindex라고 가정합니다. html
info.html에 인덱스를 추가합니다. html 하이퍼링크 코드는 다음과 같이 작성해야 합니다.
index.html 🎜>하위 디렉터리 표현 방법
참고 하위 디렉터리에 있는 파일은 하위 디렉터리에 있는 파일의 경로를 직접 적어주시면 됩니다. info.html 경로가 다음과 같다고 가정합니다. c:Inetpubwwwrootsitesblablainfo.html index.html 경로가 다음과 같다고 가정합니다. c:Inetpubwwwrootsitesblablahtmlindex.html info.html에 index.html 하이퍼링크를 추가하는 코드는 다음과 같이 작성되어야 합니다. index.html info.html 경로가 다음과 같다고 가정: c:Inetpubwwwrootsitesblablainfo.html
index.html 경로가 다음과 같다고 가정: c:Inetpubwwwrootsitesblablahtmltutorialsindex.html
info.html에 색인 추가 .html 하이퍼링크의 코드는 다음과 같이 작성되어야 합니다.
index.html
위 내용은 HTML의 상대경로 작성에 대한 자세한 설명의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!