An HTML file path specifies the location of a certain file within the folder structure of a website. An absolute or full path points to the same location in a file system, regardless of the current working directory. A relative path starts from some given working directory, avoiding the need to provide the full absolute path.
1 Comment
Sort: