11.html
来自「《CSS完全使用详解》 源文件下载 书籍源码」· HTML 代码 · 共 14 行
HTML
14 行
<html>
<head>
<title>CSS Demo</title>
<style>
body { font-family: Georgia; }
p:first-letter { font-size: 48pt;
float: left; }
</style>
</head>
<body>
<p>Browse support for all products by category. A visual guide to help you find the correct support topic.
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?