Cascade Style Sheet Beispiel: (Alle Elemente von Cascading Stylesheets Level 2 erklärt)
<ul style="list-style-image: url(../images/icons/link.gif);"> <li>list-style-image</li> <li>list-style-image</li> </ul> <ul style="list-style-image: url(../images/icons/link1.gif);"> <li>list-style-image</li> <li>list-style-image</li> </ul> |