A file path tells the browser where to find a file (like an image, CSS file, JS file, video, etc.) that you want to use in your webpage.
An absolute path is the complete address of a file, starting from the root of the system or a full URL.
A relative path is relative to the location of your HTML file