How to use CDATA in html documents? -


what wrong html document?

<html>   <body>     <p><![cdata[i can't see text :(]]></p>   </body> </html> 

why don't see text inside cdata?

explicit cdata sections are, in practice, unsupported in text/html documents. marked feature authors should avoid because have limited support.

your browser treating unknown element.


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -

xslt - Umbraco and EXSLT sets do not work -