Why do HTML links sometimes add ./
before HTML file destination, and sometimes not?
Example:
<a href="./contact.html">Contact Us</a>
//compared to
<a href="contact.html">Contact Us</a>
Coding language: HTML
Skill level: Beginner
Editor: Visual Studio Code
OS: Windows 7