зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
298 B
HTML
17 строки
298 B
HTML
<HTML><HEAD>
|
|
<STYLE>
|
|
|
|
span{color:tomato} /* visual effect */
|
|
|
|
:first-letter { font-size: 200%;}
|
|
|
|
</STYLE>
|
|
</HEAD>
|
|
<BODY>
|
|
|
|
<!--<p>--> <!-- comment out the p, and the :first-letter will work correctly. -->
|
|
|
|
<span>My first letter</span> doesn't get the correct style propagated to it.
|
|
|
|
</BODY>
|
|
</HTML> |