Cascade Style Sheet Beispiel: (Alle Elemente von Cascading Stylesheets Level 2 erklärt)
Text Text
Text Text
<style type="text/css">
<!--
{
blockquote:lang(de){quotes: '»' '«'}
blockquote:lang(en){quotes: '«' '»'}
}
-->
</style>
...
<blockquote>Text Text<br>Text Text</blockquote>
|