blog.
Read stuff on my journey, tutorials, and reviews.
hi. my name is lynne.
art, code, & carbs.
creating beautiful and fun designs.
View All
<img src="Avatar-EyesOpen.png"
onmouseover="makeImageLaugh(this)"
onmouseout="makeImageSmile(this)">
<function makeImageLaugh(image) {
image.src = "Avatar-Happy.png";
function makeImageSmile(image) {
image.src = "Avatar-EyesOpen.png";>
}
lynne.codes