12.html

来自「《CSS完全使用详解》 源文件下载 书籍源码」· HTML 代码 · 共 15 行

HTML
15
字号
<html>
<head>
<title>CSS Demo</title>
<style>
body { background: black url(winnt.jpg) no-repeat fixed bottom right;
	color: white;
	font-family: Tahoma; }
</style>
</head>

<body>
<h3>Get help from other users</h3>
<p>Take advantage of tips, free downloads, and friendly experts who can answer your questions and make your time at the computer safer, easier, and more fun.
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?