<base>
tag is used to specify a base URI/URL for relative links. For example, you can specify the base link once, and then all the relative links will use that URL as a starting point.<base>
tag must be between the document's <head>
tags. Also, there must be no more than one base element per document.