html

Functions

pub fn a(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn address(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn area(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn article(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn aside(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn audio(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn b(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn bdo(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn blockquote(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn body(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn br(attrs: List(Attribute)) -> Element
pub fn cite(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn code(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn col(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn colgroup(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn datalist(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn del(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn details(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn dialog(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn div(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn document(
  attrs: List(Attribute),
  head_elements: List(Element),
  body_elements: List(Element),
) -> Element
pub fn fieldset(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn figcaption(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn figure(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn form(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn h1(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn h2(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn h3(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn h4(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn h5(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn h6(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn head(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn header(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn hr(attrs: List(Attribute)) -> Element
pub fn html(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn i(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn iframe(attrs: List(Attribute)) -> Element
pub fn img(attrs: List(Attribute)) -> Element
pub fn input(attrs: List(Attribute)) -> Element
pub fn legend(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn li(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn link(attrs: List(Attribute)) -> Element
pub fn main(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn map(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn mark(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn meta(attrs: List(Attribute)) -> Element
pub fn metre(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn nav(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn noscript(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn object(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn ol(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn optgroup(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn output(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn p(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn pre(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn progress(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn q(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn s(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn script(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn section(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn select(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn small(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn source(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn span(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn style(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn sub(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn summary(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn sup(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn table(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn td(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn template(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn textarea(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn th(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn time(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn title(title: String) -> Element
pub fn tr(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn track(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn u(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn ul(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn var(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn video(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
Search Document