DOM lib - how to specify container node?

The statement above is clearly wrong! As we can see below in its source code: :see_no_evil:

The statement var elt = document.createElement('input'); creates the element over the document, and nowhere else! :lying_face:

If it has an id attribute, we can use select() for it: :id:

For elements created inside a sketch by functions like createElement(), createSlider(), etc., simply store them in a variable. :department_store: