📄 s09_12.htm
字号:
<HTML>
<HEAD>
<META name="vs_defaultClientScript" content="JavaScript">
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<META name="vs_targetSchema" content="HTML 4.0">
<META http-equiv="Content-Language" content="zh-cn">
<META name="GENERATOR" content="Microsoft FrontPage 5.0">
<META name="ProgId" content="FrontPage.Editor.Document">
<TITLE>颜色和背景属性</TITLE>
</HEAD>
<BODY id="body">
<SCRIPT language="javascript">
<!--
body.style.backgroundColor = "gray";
body.style.backgroundImage = "url('ZSU.GIF')";
body.style.backgroundPosition ="center";
body.style.backgroundRepeat = "no-repeat";
body.style.backgroundAttachment = "fixed";
//-->
</SCRIPT>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -