baseuri
baseURI refers to the base Uniform Resource Identifier used to resolve relative URLs within a document. It represents the absolute URL against which any relative links, scripts, images, and other resources are resolved. In many contexts, baseURI can be determined by the document's own URL, a base element, or an xml:base attribute, and is exposed by the document object model as a property that can be read for a given node.
In HTML, the base element in the head can set the document’s base URL with its href
In XML, the xml:base attribute can be applied to elements to specify a base URI for resolving
Practical notes include the impact on resource loading and link resolution. Changing the base URI can alter