A much better approach to establish the base URL is to use the
-
HEAD element
-
BASE element
-
main element
-
either (1) or (3)
B
Correct answer
Explanation
The element is specifically designed to establish the base URL for all relative URLs in a document. It's placed in the section and provides a single point of reference for resolving relative paths. The HEAD element contains metadata, main is for content, and is the correct semantic choice.