📄 example1.html
字号:
<html> <head> <title>SpreadSheet</title> </head> <body> <h1>SpreadSheet</h1> <hr> <applet code="SpreadSheet.class" width=320 height=120> <param name=rows value="4"> <param name=c3 value="fC1+C2"> <param name=c2 value="fA2*B2"> <param name=c1 value="fA1*B1"> <param name=title value="Example"> <param name=b2 value="v1000"> <param name=b1 value="v500"> <param name=columns value="3"> <param name=a2 value="v30"> <param name=a1 value="v10"> alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason." Your browser is completely ignoring the <APPLET> tag! </applet> <hr> <a href="SpreadSheet.java">The source</a>. </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -