frameset_property.html

来自「jsp课件」· HTML 代码 · 共 12 行

HTML
12
字号
<html>
<head>
<title>长相思</title>
</head>
<frameset rows="30%,*" border=20 bordercolor=purple >
  <frame src=index.html scrolling=yes noresize>
  <frameset cols="60%,*">
  <frame src=content_1.html marginwidth=50 scrolling=no frameborder=0>
  <frame src=content_2.html  marginheight=40 scrolling=auto>
</frameset>
</frameset>
</html>

⌨️ 快捷键说明

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