Cascade Style Sheet Beispiel: (Alle Elemente von Cascading Stylesheets Level 2 erklärt)
font-weight:normal
font-weight:bold
font-weight:lighter
font-weight:700
<p style="font-weight:normal">font-weight:normal</p> <p style="font-weight:bold">font-weight:bold</p> <p style="font-weight:lighter">font-weight:lighter</p> <p style="font-weight:700">font-weight:700</p> |