typealias h3<Content> = HTMLElement<HTMLTag.h3, Content> where Content : HTML
s10Elementary2h3aWhat are these?
s10Elementary2h3a
FNV24: [3LDYP]
import Elementary
struct HTMLElement<Tag, Content> where Tag : HTMLTrait.Paired, Content : HTML
An HTML element that can contain content.
enum HTMLTag
A namespace for HTML tag definitions.
enum h3
protocol HTML<Tag>
A type that represents HTML content that can be rendered.