📄 left.html
字号:
<HTML>
<TITLE>A Bookmark Applet</TITLE>
<BODY>
Double-click on one of the names in the list box.
The corresponding web page
will be displayed in the frame on the right.
<P>
<APPLET CODE="Bookmark.class" WIDTH=290 HEIGHT=300>
<PARAM NAME=link_1 VALUE="http://java.sun.com">
<PARAM NAME=link_2 VALUE="http://www.gamelan.com">
<PARAM NAME=link_3 VALUE="http://www.zhongwen.com">
<PARAM NAME=link_4 VALUE="http://www.horstmann.com">
<PARAM NAME=link_5 VALUE="http://www.prenhall.com">
<PARAM NAME=link_6 VALUE="http://www.usps.gov">
<PARAM NAME=link_7 VALUE="http://www.netscape.com">
</APPLET>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -