7.html

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

HTML
13
字号
<html>
<head>
<title>CSS Demo</title>
<style>
body { font-family: Verdana,Sans-serif; }
p:first-line { text-transform: uppercase; }
</style>
</head>

<body>
<p>Microsoft on Tuesday released a "critical" Internet Explorer update that fixes 10 vulnerabilities in the Web browser, including a high-profile bug that is already being used in cyberattacks. 
</body>
</html>

⌨️ 快捷键说明

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