I came across the <base> HTML tag. But I haven't used it. Can some one please explain in which occasions we should use this?
<base>
From W3schools,
Definition and Usage The <base> tag specifies the base URL/target for all relative URLs in a document. There can be at maximum one <base> element in a document, and it must be inside the <head>element.
Definition and Usage The <base> tag specifies the base URL/target for all relative URLs in a document.
There can be at maximum one <base> element in a document, and it must be inside the <head>element.
<head>
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
From W3schools,