If i created the following code
<textarea name="ta" id="ta">
<textarea>Blah</textarea>
</textarea>
when i view it it won’t shown the inside code exact as it and will shown only <textarea>Blah and won’t shown </textarea>
that would be

and i want it to be

I found it also for <form></form> it won’t shown </form>
Thanks
and i want it to appears as
You must escape the brackets inside of the textarea: