📄 freeobj.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>自由落体演示</title>
<style type="text/css">
hr{
position:absolute;
top:524px;
left:0px;
}
p{
position:absolute;
top:525px;
left:10px;
}
</style>
<script type="text/javascript" src="scripts/addLoadEvent.js">
</script>
<script type="text/javascript" src="scripts/positionMessage.js">
</script>
<script type="text/javascript" src="scripts/freedown.js">
</script>
<style type="text/css">
<!--
.STYLE1 {
color: #0000FF;
font-family: Georgia, "Times New Roman", Times, serif, "华文行楷", "华文新魏", "华文细黑", "华文隶书", "华文彩云", "华文仿宋", "华文琥珀", "华文楷体", "华文中宋", "宋体-方正超大字符集", "幼圆";
}
.STYLE4 {color: #990000; font-family: Georgia, "Times New Roman", Times, serif, "华文行楷", "华文新魏", "华文细黑", "华文隶书", "华文彩云", "华文仿宋", "华文琥珀", "华文楷体", "华文中宋", "宋体-方正超大字符集", "幼圆"; }
-->
</style>
</head>
<body>
<h1 class="STYLE1">
下面演示的是自由落体运动...
<label>
<input type="submit" name="Submit" value="开始" />
</label>
</h1>
<img id="image" src="loading.gif" width="24" height="24" />
<hr id="line" />
<p id="message" >
<span class="STYLE4">地面</span>
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -