RetroZilla/layout/html/tests/tags/textarea/1.html

13 lines
250 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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