📄 script09.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Window Test</title>
<script language="Javascript" type="text/javascript" src="script09.js">
</script>
</head>
<body bgcolor="#FFFFFF">
<div align="center">
<h1>Let's play with windows!</h1>
<h3>
<a href="#" id="topLeftWin">Move/open window in the top left</a>
<a href="#" id="topRightWin">Move/open window in the top right</a><br />
<a href="#" id="bottomLeftWin">Move/open window in the bottom left</a>
<a href="#" id="bottomRightWin">Move/open window in the bottom right</a><br />
<a href="#" id="closeWin">Close the window</a>
</h3>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -