cdata

Html code posted
created at 23 Jun 16:01

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From <a href="https://en.wikipedia.org/wiki/CDATA">Wikipedia</a>:

…as in this JavaScript example:

<script type="text/javascript">
//<![CDATA[
document.write("<");
//]]>
</script>

or this CSS example:

<style type="text/css">
/*<![CDATA[*/
body { background-image: url("marble.png?width=300&height=300") }
/*]]>*/
</style>

<foo>bar</foo>
<foo><![CDATA[bar]]></foo>

surprise ending: <![CDATA[
416 Bytes in 4 ms with coderay