html

Functions

pub fn a(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn body(
  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 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 head(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn html(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn meta(attrs: List(Attribute)) -> Element
pub fn p(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn span(
  attrs: List(Attribute),
  children: List(Element),
) -> Element
pub fn title(title: String) -> Element
Search Document