head constructor
const
head(})
The <head> HTML element contains machine-readable information (metadata) about the document, like its title, scripts, and style sheets.
Implementation
const head(
this.children, {
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});