Multiple choice

A much better approach to establish the base URL is to use the

  1. HEAD element

  2. BASE element

  3. main element

  4. either (1) or (3)

Reveal answer Fill a bubble to check yourself
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.