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

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

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