What is the meaning of CDATA
Gurus, I am self taught. There's a lot of what you enlightened ones call basic I know nothing about. Reading this jQuery Tutorial , I noticed this tag (for lack of better word): "CDATA" as shown here (third line from the top): <script src="http://jquery.com/src/jquery-latest.js"></script> <script> //<![CDATA[ $(document).ready(function(){ $(".article .thebody").hide(); $("#container .article ul") .prepend("<li class='readbody'><a href='' title='Read the article'>Read Body</a></li>"); $(".actions li.readbody a").click(function(event){ $(this).parents("ul").prev(".thebody").toggle(); event