Base constructor
Base()
The <base>
HTML element specifies
the base URL to use for all relative
URLs in a document.
Read more...
Implementation
Base() {
tag = 'base';
}
The <base>
HTML element specifies
the base URL to use for all relative
URLs in a document.
Read more...
Base() {
tag = 'base';
}