How to indicate the parent directory ../ represents the parent directory of the source file, ../../ represents the parent directory of the source file, and so on. Assume that the path to info.html is: c:\Inetpub\wwwroot\sites\blabla\info.html Assume that the path to index.html is: c:\Inetpub\wwwroot\sites\index.html The code to add a hyperlink to index.html in info.html should be written like this: <a href = "../index.html">index.html</a> Assume that the path to info.html is: c:\Inetpub\wwwroot\sites\blabla\info.html Assume that the path of index.html is: c:\Inetpub\wwwroot\index.html The code to add a hyperlink to index.html in info.html should be written like this: <a href="../../../index.html">index.html</a> Assume that the path to info.html is: c:\Inetpub\wwwroot\sites\blabla\info.html Assume that the path to index.html is: c:\Inetpub\wwwroot\sites\wowstory\index.html The code to add a hyperlink to index.html in info.html should be written like this: <a href = "../wowstory/index.html">index.html</a> How to indicate that a sub-directory references a file in a sub-directory? Simply write the path of the sub-directory file. Assume that the path to info.html is: c:\Inetpub\wwwroot\sites\blabla\info.html Assume that the path to index.html is: c:\Inetpub\wwwroot\sites\blabla\html\index.html The code to add a hyperlink to index.html in info.html should be written like this: <a href = "html/index.html">index.html</a> Assume that the path to info.html is: c:\Inetpub\wwwroot\sites\blabla\info.html Assume that the path to index.html is: c:\Inetpub\wwwroot\sites\blabla\html\tutorials\index.html The code to add a hyperlink to index.html in info.html should be written like this: <a href = "html/tutorials/index.html">index.html</a> |
<<: Docker View the Mount Directory Operation of the Container
I have nothing to do recently, so I tinker with C...
1. Going around in circles After going around in ...
HTML tags explained 1. HTML tags Tag: !DOCTYPE De...
XHTML is the basis of CSS layout. jb51.net has al...
Sometimes, we don't want the content presente...
Docker Features 1) Quick to get started It only t...
This article shares the specific code of jQuery t...
Table of contents 1. Implementation process of qu...
<br />Without any warning, I saw news on cnB...
This article shares the specific code of Vue+echa...
1. Uninstall the JDK that comes with centeros fir...
In MySQL, we often use order by for sorting and l...
React multiple ways to get the value of the input...
1. Introduction pt-query-digest is a tool for ana...
Optimize the fastcgi configuration file fcgiext.i...