searchhelp.html

来自「一个简单的搜索search 的servlet程序」· HTML 代码 · 共 36 行

HTML
36
字号
<HTML>
<HEAD>
<TITLE>
Search Help
</TITLE>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<CENTER>
<TABLE WIDTH=500>
<TR>
<TD>

<H2>Search Help</H2>
Enter the word or words for which you want to search in the 
provided text field. Use &quot;and&quot; or &amp; to say you 
want both words, use &quot;or&quot; or | to say you 
want either word, and use &quot;not&quot; or ! to cancel a word.
<BR><BR>
For example:
<BLOCKQUOTE>
<CODE>
cookie and not servlet
</CODE>
</BLOCKQUOTE>
looks for files with cookie but not servlet.
<BR><BR>
<FONT SIZE=-1>
<A HREF="SearchTester.html">Return</A>
 to search tester.html.
</FONT>
</TD>
</TR>
</TABLE>
</CENTER>
</BODY>
</HTML>

⌨️ 快捷键说明

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