push_element_with(elem_name, att_list)
Append a new HTMLElement instance as a child node.
Parameters
- elem_name (text)
- att_list (list) : {{"att1", "value1"}, {"att2", "value2"}}. When threre is no options, pass an empty list “{}”.
Result
script : Appended HTMLElement instance