strong constructor
const
strong(})
The <strong> HTML element indicates that its contents have strong importance, seriousness, or urgency. Browsers typically render the contents in bold type.
Implementation
const strong(
this.children, {
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});