Term
|
Definition
The HTML <base> element specifies the base URL to use for all relative URLs contained within a document. There can be only one <base>element in a document. |
|
|
Term
|
Definition
The HTML <head> element contains machine-readable information (metadata) about the document, like its title, scripts, and style sheets. |
|
|
Term
|
Definition
The HTML External Resource Link element (<link>) specifies relationships between the current document and an external resource. This element is most commonly used to link to stylesheets, but is also used to establish site icons (both "favicon" style icons and icons for the home screen and apps on mobile devices) among other things. |
|
|
Term
|
Definition
The HTML <meta> element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>. |
|
|
Term
|
Definition
The HTML <style> element contains style information for a document, or part of a document. |
|
|
Term
|
Definition
The HTML Title element (<title>) defines the document's title that is shown in a browser's title bar or a page's tab. |
|
|