Multiple choice technology web technology

When adding an image to a report,why would you want to use a relative URL rather than a complete URL?

  1. So the link is portable and the image can be viewd on another user's machine

  2. So the image expands and contracts with window size

  3. So the image will remain stationary when the report is scrolled

  4. so that the URL can be used as an Image object or Background image

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Relative URLs specify the path to an image relative to the document's location. This makes the report and its assets portable, allowing other users to view the images on their own machines without needing absolute paths to a specific server or local drive.