typealias em<Content> = HTMLElement<HTMLTag.em, Content> where Content : HTML
s10Elementary2emaWhat are these?
s10Elementary2ema
FNV24: [341LC]
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 em
protocol HTML<Tag>
A type that represents HTML content that can be rendered.