HTML <base> Tag
- The
<base>
tag in HTML is used to specify a base URL for all relative URLs within a document. - It sets the base URL for the entire document, which means that if you have multiple relative links, they will all be resolved based on the provided base URL.
- The
<base>
tag is placed within the element of the HTML document.