Required Associated Typesliemeobn.elementary 0.5.0Elementary
Tag
The HTML tag this component represents, if any.
associatedtype Tag : HTMLTagDefinition = Self.Content.Tag
The Tag type defines which attributes can be attached to an HTML element. If an element does not represent a specific HTML tag, the Tag type will be Never
and the element cannot be attributed.