should a developer use a relative path or an absolute path W
should a developer use a relative path or an absolute path? What is the reasoning behind your answer?
Solution
A developer should use an absolute path for a completely developed website and relative path for developing website to be easy. For a fully developed website, an absolute path is the best thing to be there.Because , by relative path one is only limited to the current website and also even to the current folder or sub-folder whereas by using an absolute path ,one can link anywhere . Relative path was an important factor when HTML is mostly used for web developing.Relative path is mostly used during the development stage of the website , because by using relative path,we can change the website address ,name and many things without changing the links in all html pages.
