I sometimes notice a CSS or JS code surrounded with and ]]> tags. I couldn\'t find any explanation to this. What does CDATA do? Why
and ]]> tags. I couldn\'t find any explanation to this. What does CDATA do? Why
]]>
It marks data that shouldn't be parsed - in most cases, just HTML or text that needs to be written directly to the page.
Further explanation: http://www.w3schools.com/xml/xml_cdata.asp