For which of the following do we use <Base> tag?
-
<FORM> and <BODY>
-
<BODY> and <HEAD>
-
<TITLE> and <BODY>
-
Only <HEAD>
D
Correct answer
Explanation
The base tag specifies the base URL for all relative URLs in a document. It must be placed in the head section because it affects URL resolution throughout the entire document and must be established before any relative URLs are encountered in the body.