Beim Überfahren eines Links mit der Mouse sollen sich dessen Schriftattribute verändern.Beispiel: Ich bin ein Link
<a href="#"> Ich bin ein Link </a>
/* Hover class in CSS erstellen */.link:hover {color: red; font-weight: bold; letter-spacing: 1px;}
<a class="link" href="#"> ich bin ein Link </a>
cirrus minor hat das Thema Soundeffekt bei Bild-Mouseover erstellt.