home.html
来自「Application has mainly eight functions:-」· HTML 代码 · 共 9 行
HTML
9 行
<html>
<title>homepage</title>
<frameset framespacing=0 frameborder="no" rows="20%,80%">
<frame src=head.html name=n1 scrolling=no align=bottom frameborder=no noresize>
<frameset cols="17%,83%">
<frame src=content.html name=n2 scrolling=no noresize>
<frame src=aboutus.html name=n3 scrolling=yes noresize></frameset></frameset></form>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?