FunctionsElementCreateDivElementCreateDiv CallableElementCreateDiv(ID: string): HTMLDivElementCreates a new div 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 div tag to create.Returns HTMLDivElementThe created (or pre-existing) div element
Creates a new div element in the main document. Does not create a new element if there is already an existing one with the same ID