FunctionsElementCreateTextAreaElementCreateTextArea CallableElementCreateTextArea(ID: string, form?: HTMLElement): HTMLTextAreaElementCreates a new text area element in the main document. Does not create a new element if there is already an existing one with the same IDParametersID: stringThe id of the text area to create.optionalform: HTMLElementThe form the element belongs toReturns HTMLTextAreaElement
Creates a new text area element in the main document. Does not create a new element if there is already an existing one with the same ID