MCQ
What is the correct HTML for a base URL?
A <base>
B <url>
C <root>
D <link>
Explanation

The <base> tag specifies a base URL for all relative URLs in an HTML document.