typealias tbody<Content> = HTMLElement<HTMLTag.tbody, Content> where Content : HTML
s10Elementary5tbodyaWhat are these?
s10Elementary5tbodya
FNV24: [3D7LK]
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 tbody
protocol HTML<Tag>
A type that represents HTML content that can be rendered.