Detailed explanation of relative path writing in HTML

Y2J
Release: 2017-05-24 09:20:38
Original
3534 people have browsed it

How to represent the superior directory ../ represents the upper-level directory of the directory where the source file is located, ../../ represents the upper-level directory of the directory where the source file is located, and so on. Assume that the info.html path is: c:Inetpubwwwrootsitesblablainfo.html Assume that the index.html path is: c:Inetpubwwwrootsitesindex.html Add index.html hyperlink to info.html How to represent the upper-level directory
../ represents the upper-level directory of the directory where the source file is located, ../../ represents the upper-level directory of the directory where the source file is located, and so on.
Assume the info.html path is: c:\Inetpub\wwwroot\sites\blabla\info.html
Assume the index.html path is: c:\Inetpub\wwwroot\sites\index.html
In The code for adding index.htmlhyperlinkto info.html should be written like this:
index.html
Assumption The info.html path is: c:\Inetpub\wwwroot\sites\blabla\info.html
Assume the index.html path is: c:\Inetpub\wwwroot\index.html
Add index to info.html. The code for the html hyperlink should be written like this:
index.html
Assume the info.html path is: c:\Inetpub\wwwroot\sites\blabla\info.html
Assume the index.html path is: c:\Inetpub\wwwroot\sites\wowstory\index.html
Add index.html super in info.html The link code should be written like this:
index.html
How to represent lower-level directoriesReferenceSubordinate directories file, just write the path of the lower-level directory file. Assume the info.html path is: c:\Inetpub\wwwroot\sites\blabla\info.html Assume the index.html path is: c:\Inetpub\wwwroot\sites\blabla\html\index.html Add index to info.html The code for the .html hyperlink should be written like this:index.html
Assume the info.html path is: c:\Inetpub\wwwroot\sites\ blabla\info.html
Assume the index.html path is: c:\Inetpub\wwwroot\sites\blabla\html\tutorials\index.html
The code to add the index.html hyperlink to info.html should be like this Write:
index.html

[Related recommendations]

1.Html Free video tutorial

2.Pure html code to achieve scrolling effect through marquee tag

3.htmlExample of using Mailto to implement email sending function Detailed explanation

4.The order in which the browser loads and renders html

5.Html completes a simple login page

The above is the detailed content of Detailed explanation of relative path writing in HTML. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!