What is CDATA in HTML? [duplicate]

What is the use of CDATA inside JavaScript tags and HTML?

<script type="text/javascript"> 
// <![CDATA[

// ]]>
</script> 

6 Answers
6

Leave a Comment