How to write textarea inside other textarea

when use codemirror to share your code, you need sometimes to embed a textarea but the editor no showing the code after textarea tag; the solution simply it's replacing the entities < and place &lt; like this
 
 <textarea>
 
 &lt;textarea><p> try this </p> &lt;/textarea>
 
 </textarea>
 

output:

How to write textarea inside other textarea

© 2025 Manajmnt code

Share to :

Related

Comments