CDATASection createCDATASection(Stringdata) throws DOMException;
data
The text of the CDATASection to create.
A newly created CDATASection node, with the specified data as its contents.
If the document is an HTML document, this method throws a DOMException with a code of NOT_SUPPORTED_ERR because HTML documents do not allow CDATASection nodes.