📄 textarea.html
字号:
<html> <head> <title>Textarea Test</title> </head><body><H1>Textarea Test</H1>This page is a regression test for the <textarea> 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 <TAGS> is by using &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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -