/html-dom /Basic
GitHub 5008★

Append to an element

Append the ele element to the end of the target element:

target.appendChild(ele);

See also

Follow me on and to get more useful contents.