textarea.html

来自「一种效率高」· HTML 代码 · 共 84 行

HTML
84
字号
<html> <head> <title>Textarea Test</title> </head><body><H1>Textarea Test</H1>This page is a regression test for the &lt;textarea&gt; tag.<BR>The word "Start" should be above the textarea.<BR>The word "End" should be underneath the textarea.<BR>The text inside the textarea should match with its description.<form action="cgi-bin/test.cgi" method=get> <H2>Textarea 1: Emtpy</H2><P>Start<P><textarea wrap=virtual name=textarea1 rows=5 cols=50></textarea><P>End<P><H2>Textarea 2: Single words</H2><P>Start<P><textarea wrap=virtual name=textarea1 rows=5 cols=50>Single words</textarea><P>End<P><H2>Textarea 3: Lines of text</H2><P>Start<P><textarea wrap=virtual name=textarea1 rows=5 cols=50>This is some text which is inserted intothe textarea. This area contains 3 linesof text.</textarea><P>End<P><H2>Textarea 4: Text with tags inside</H2><P>Start<P><textarea wrap=virtual name=textarea1 rows=5 cols=50>This is 3 lines of text.This lines contains a <B> tag.This line does not.</textarea><P>End (Note that this text should NOT be bold)<P><H2>Textarea 5: Text with entities</H2><P>Start<P><textarea wrap=virtual name=textarea1 rows=5 cols=50>This is 3 lines of text.The correct way to write &lt;TAGS&gt; is by using &amp;entities.This is the third line.</textarea><P>End	<SELECT NAME="site" Value="Internic">	<OPTION value=UK>United Kingdom [HTTP]	<OPTION>United Kingdom	<OPTION>Internic	<OPTION>NSF Net	<OPTION>JVNC Net	<OPTION>Venera	<OPTION>wuarchive	<OPTION>Concert Net	<OPTION>Sesqui Net	<OPTION>Germany (EUnet)	<OPTION value=NL>Netherlands	<OPTION>Finland	<OPTION>Norway	<OPTION>Denmark	<OPTION>Australia	<OPTION>NASA	<OPTION>UUNET	<OPTION>IESD [HTML]	<OPTION>Ohio State [HTML]	</SELECT>  <P><input type=submit name=mode value="Submit"></form></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?