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
The meaning of key_len In MySQL, you can use expl...
Data integrity is divided into: entity integrity,...
Click here to return to the 123WORDPRESS.COM HTML ...
Preface: When you execute a SQL statement in MySQ...
Table of contents Preface: 1. Create index method...
1. The mysqldump backup method uses logical backu...
Today we will learn how to use CSS to create a co...
Canal is an open source project under Alibaba, de...
First we create the database table: CREATE TABLE ...
1. Optimize Nginx concurrency [root@proxy ~]# ab ...
<br />I have written two articles before, &q...
The event scheduler in MySQL, EVENT, is also call...
Note: When writing the docker-compose.yml file, a...
Data URI Data URI is a scheme defined by RFC 2397...
Detailed description of media device type usage: ...