Вопрос

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