HTML CSS Reference/CSS Attributes and Javascript Style Properties/first letter

Материал из Web эксперт
Перейти к: навигация, поиск

"first-letter" Example

    
<html>
<head>
<style>
p:first-letter { font-size:150%; color:red; }
</style>
</head>
<body>
<p>This is a sample text.</p>
</body>
</html>



"first-letter" is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |<address>                       <blockquote>                  |
|                |<body>                          <center>                      |
|                |<dd>                            <div>                         |
|                |<dl>                            <dt>                          |
|                |<fieldset>                      <form>                        |
|                |<hn>                            <legend>                      |
|                |<li>                            <listing>                     |
|                |<marquee>                       <menu>                        |
|                |<p>                             <pre>                         |
|                |<xmp>                                                         |
+----------------+--------------------------------------------------------------+



"first-letter" Syntax and Note

Note:
Apply special styles to the first letter of text.