How to set the relative path of hyperlinks in HTML--the parent directory and the subordinate directory

Source: Internet
Author: User

In HTML: /indicates the directory where the source file is located, at the top level of the directory. /.. /represents the upper parent directory of the directory where the source file resides, similar to the upper directory.

If chap1.html in d:php\tutor\student1\math\chap1.html,student1.html in d:php\tutor\ Student1.html, the chap1.html accesses student1.html to write:

<a href = ". /.. /student1.html ">student1.html</a>

  

Refer to the Subordinate directory file, directly write the path of the subordinate directory file.

If student1.html in d:php\tutor\student1.html,chap1.html in d:php\tutor\student1\math\chap1.html, Then access chap1.html in student1.html to write:

<a href = "student1/math/chap1.html" >chap1.html</a>

How to set the relative path of hyperlinks in HTML--the parent directory and the subordinate directory

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.