📄 11-1.htm
字号:
<html>
<head>
<title> 定位属性示例</title>
<style type="text/CSS">
<!--
h2{position:absolute; top:100px; left:100px; z-index:10}
h1{position:absolute; top:110px; left:110px; z-index:20}
-->
</style>
</head>
<body>
<h2>海内存知己</h2>
<h1>天涯若比邻</h1>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -