Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

File Path in html

<!-- 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>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #File #Path #html
ADD COMMENT
Topic
Name
1+7 =