document.addEventListene

document.addEventListene

I have the following statement
document.addEventListener('mousemove', function(e){...});
It works fine.
Now I want to target only elements with 'dv' tag.
Can someone tell how to modify?
Regards
I.Sher