Horje
html relative path Code Example
path in html
   /   = Root directory
   .   = This location
   ..  = Up a directory
   ./  = Current directory
   ../ = Parent of current directory
   ../../ = Two directories backwards
html relative path
<!--The ./ means the contact.html file is in the same file 
as the file that is linked to it-->
<a rel="nofollow" href="./contact.html">Contact</a> 




Html

Related
html image styling Code Example html image styling Code Example
React Css Class Module Code Example React Css Class Module Code Example
html code Code Example html code Code Example
hr in html Code Example hr in html Code Example
html tandc Code Example html tandc Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12