문제

I have a web page(index.hmtl), which has links to go to pages in the page folder. How can I link back the main page from the a webpage in the page folder?

File tree:

/www
    index.html
    /pages
        pageA.html
        pageB.hmtl

Thanks.

도움이 되었습니까?

해결책

You can use ../ to access a relative parent folder.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top