RetroZilla/layout/html/tests/tags/textarea/1.html
2015-10-20 23:03:22 -04:00

13 lines
250 B
HTML

<HTML>
<BODY>
before<FORM>before2
<TEXTAREA COLS=60 ROWS=20>
This is a text area. It has &lt;&amp;&gt; entities in it (which are
reduced)..
<B>It also has tags in it, which are treated literally.</B>
Have a nice day.
</TEXTAREA>
after
</FORM>
after2