Cascade Style Sheet Beispiel: (Alle Elemente von Cascading Stylesheets Level 2 erklärt)
Text
Text
<style type="text/css">
<!--
{
.quotes1 {Quotes: "\0022" "\0022";}
.quotes2 {Quotes: "\0027" "\0027";}
}
-->
</style>
...
<q class="quotes1">Text</q>
<q class="quotes2">Text</q>
|