typealias iframe<Content> = HTMLElement<HTMLTag.iframe, Content> where Content : HTML
s10Elementary6iframeaWhat are these?
s10Elementary6iframea
FNV24: [8APF5]
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 iframe
protocol HTML<Tag>
A type that represents HTML content that can be rendered.