I have two files on the same domain in the same folder:
I am using:
<a href="index.html">Link</a>
However, I see others using
<a href="./index.html">Link</a>
They appear to work the same, what is the difference?
I have two files on the same domain in the same folder:
I am using:
<a href="index.html">Link</a>
However, I see others using
<a href="./index.html">Link</a>
They appear to work the same, what is the difference?