I tried to print text between the <textarea> and </textarea> tags, but I noticed that if I enter some characters, such as < and > , textarea will automatically convert them to < and > .
Example:
<textarea><script></textarea>
will create this HTML
<textarea><script></textarea>
Can you explain to me why this is happening?
Thanks in advance, any help is appreciated, best regards.
source share