HTML base tag
HTML <base> tag sets the base/source/target for all relative URLS in the document. Placed inside the <head> element <base> is allowed maximum one time in whole document.
Attributes value used in the <base> tag are:
- href: This specifies a permanent base URL for all sources in the document
- target: Once set this targets all the hyperlinks and forms in the web page