Module moxie_dom::elements::metadata[][src]

Expand description

Metadata contains information about the page. This includes information about styles, scripts and data to help software (search engines, browsers, etc.) use and render the page. Metadata for styles and scripts may be defined in the page or link to another file that has the information.

Structs

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.

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.

The HTML <head> element contains machine-readable information (metadata) about the document, like its title, scripts, and style sheets.

The HTML <head> element contains machine-readable information (metadata) about the document, like its title, scripts, and style sheets.

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.

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.

The HTML <meta> element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.

The HTML <meta> element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.

The HTML <style> element contains style information for a document, or part of a document.

The HTML <style> element contains style information for a document, or part of a document.

The HTML Title element (<title>) defines the document’s title that is shown in a browser’s title bar or a page’s tab.

The HTML Title element (<title>) defines the document’s title that is shown in a browser’s title bar or a page’s tab.

Functions

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.

The HTML <head> element contains machine-readable information (metadata) about the document, like its title, scripts, and style sheets.

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.

The HTML <meta> element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.

The HTML <style> element contains style information for a document, or part of a document.

The HTML Title element (<title>) defines the document’s title that is shown in a browser’s title bar or a page’s tab.