Module html::metadata

source ·
Expand description

Metadata elements

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.

Modules

Structs

  • The HTML <base> element
  • The HTML <head> element
  • The HTML <link> element
  • The HTML <meta> element
  • The HTML <style> element
  • The HTML <title> element