Is it possible to modify this specific code so that a hover effect is triggered on mouseover?
I attempted to look into similar questions and answers, but I found them difficult to understand.
Here is the HTML snippet:
<a href="RR.html"><img src="R3.jpg" width=700 height=300 /></a>
<div>
<a href="SSX.html"><img src="SSX.jpg" height=100 width=120 /></a>
<a href="MPreview.html"><img src="MaxPayne3Cover.jpg" height=100 width=120 /></a>
<a href="NC.html"><img src="NC.jpg" height=100 width=120 /></a>
</br>
</div>
The goal now is to swap out the large image when hovering over the smaller images with the mouse.