Right, if I want to show </textarea> in a textbox without closing it (the tag), how can I do it?
eg
ThanksHTML Code:<textarea>
Hello, here is my text box <textarea></textarea>
</textarea>
Printable View
Right, if I want to show </textarea> in a textbox without closing it (the tag), how can I do it?
eg
ThanksHTML Code:<textarea>
Hello, here is my text box <textarea></textarea>
</textarea>
I think.Code:<textarea>
Hello, here is my text box <textarea><code></textarea></code>
</textarea>
htmlentities
or without php:
Open tag:
Close tag:HTML Code:<textarea>
</span>HTML Code:</textarea>