例5-4.html

来自「深入浅出XML示例下载」· HTML 代码 · 共 19 行

HTML
19
字号
<html>
<head>
   <title> Pseudo-element Demo1</title>
   <STYLE TYPE="text/css">
     <!--
    P{font-size:12pt;line-height:12pt}    
    P:first-line{font-variant:small-caps}
    -->
    </STYLE>
    </head>
    <body>
   <H1>The Loss of the 'Titanic'</H1>
<P>The great ship, 'Titanic',sailed fo New York from 
   Southampton on April 10th,1912.she was carring 1316
   passengers.Even by modern standards,the 46,000 ton
  'Titanic' was a colossal ship.</P>
</body>
</html>

⌨️ 快捷键说明

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