/** * this module provides some function to manipulate the DOM. * */ /** * @param{string} name Name of new input, also used as the value of the attribute `id` * @param{string} label Label text about the input field * * @return HTMLElement -Element, but not the container element