Cascade Style Sheet Beispiel: (Alle Elemente von Cascading Stylesheets Level 2 erklärt)
<style type="text/css">
<!--
{
a:link {color: #FF0000}
a:visited {color: #00FF00}
a:hover {color: #FF00FF}
a:active {color: #0000FF}
}
-->
</style>
|