how to set relative path in html code example
Example: html relative path
<!--The ./ means the contact.html file is in the same file
as the file that is linked to it-->
<a href="./contact.html">Contact</a>
<!--The ./ means the contact.html file is in the same file
as the file that is linked to it-->
<a href="./contact.html">Contact</a>