bannertc.htm

来自「设计模式英文版 作者:Erich Gamma、Richard Helm、Ralp」· HTM 代码 · 共 34 行

HTM
34
字号
<HTML>

<BODY	BGCOLOR		= #FFFFFF
	BACKGROUND	= "gifsb/rightfil2.gif"
	LEFTMARGIN	= 1
	TOPMARGIN	= 1
>

<P><IMG	SRC	= "Banners/contents.gif"
	BORDER	= 0
	ISMAP
	USEMAP	= "#nav_map"
></P>

</BODY>

<map name="nav_map">
<area shape="rect" coords="233,0,271,19" href="chap1fs.htm" target="_mainDisplayFrame">
<area shape="rect" coords="273,0,340,20" href="chap2fs.htm" target="_mainDisplayFrame">
<area shape="rect" coords="343,0,432,19" href="patcafs.htm" target="_mainDisplayFrame">
<area shape="rect" coords="434,0,499,19" href="chap6fs.htm" target="_mainDisplayFrame">
<area shape="rect" coords="0,44,55,59" href="contfs.htm" target="_mainDisplayFrame">
<area shape="rect" coords="57,44,135,59" href="guidefs.htm" target="_mainDisplayFrame">
<area shape="rect" coords="137,44,191,59" href="chapAfs.htm" target="_mainDisplayFrame">
<area shape="rect" coords="193,44,246,59" href="chapBfs.htm" target="_mainDisplayFrame">
<area shape="rect" coords="248,44,311,59" href="chapCfs.htm" target="_mainDisplayFrame">
<area shape="rect" coords="313,44,384,59" href="bibfs.htm" target="_mainDisplayFrame">
<area shape="rect" coords="386,44,424,59" href="indexfs.htm" target="_mainDisplayFrame">
<area shape="rect" coords="427,44,498,59" href="patmap.htm" target="_mainDisplayFrame">
<area shape="default" nohref>
</map>

</HTML>

⌨️ 快捷键说明

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