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 -

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

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -