Macro laby::head

source ·
head!() { /* proc-macro */ }
Expand description

<head> element.

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

Note: <head> primarily holds information for machine processing, not human-readability. For human-visible information, like top-level headings and listed authors, see the header element.