📄 demo_default.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 + -