<!-- absolute file path -->
<a href="https://developer.mozilla.org/en-US/docs/Web">The URL for this anchor element is an absolute file path.</a>
<!-- relative file path -->
<a href="./about.html">The URL for this anchor element is a relative file path.</a>