Element.add

Create a new element as a child

  1. Element add(T content)
  2. Element add(string[string] attributes, T content)
    struct Element
    add
    (
    string name
    string attrHTML = null
    T...
    )
    (
    string[string] attributes
    ,)
  3. Element add(T content)
  4. Element add(Element element)
  5. Element add(string text)

Meta