I'd like my link to show <> symbols on hover and then remove them on mouse out...
here's what I have so far.
"...your mom goes to college..."
here's what I have so far.
Code:
onmouseover="this.innerText= '< ' + this.innerText + ' >';"
Code:
onmouseout="this.innerText = replace(' >', replace('< ',this.innerText));"
"...your mom goes to college..."