HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

createCDATASection

Description

The createCDATASection of Document for JS returns a CDATASection node whose data is data.

Syntax

text = document.createCDATASection(data)

Parameters

data

An any type.

Examples

1