📄 5.html
字号:
<html>
<head>
<title>CSS Demo</title>
<style>
.img1 { position: absolute;
top: 50px;
left: 50px; }
.img2 { position: absolute;
top: 100px;
left: 100px; }
.img3 { position: absolute;
top: 150px;
left: 150px; }
</style>
</head>
<body>
<img src="winxp.gif" width="280px" height="210px" alt="Windows XP" class="img1">
<img src="winxp.gif" width="280px" height="210px" alt="Windows XP" class="img2">
<img src="winxp.gif" width="280px" height="210px" alt="Windows XP" class="img3">
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -