⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 demo_default.htm

📁 W3Schools tutorial..web designing
💻 HTM
字号:
<html>
<head>
<title>CSS in Action</title>
</head>
<frameset cols="130,*" frameborder="1">
  <frame name="contents" src="demo_style_content.asp" noresize="noresize">
  <frame name="main" src="demo_style_main.asp">
  <noframes>
  <body>
  <p>This page is using frames. Your browser does not support it.</p>
  </body>
  </noframes>
</frameset>
</html>

⌨️ 快捷键说明

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