I was looking at google.com source and saw:
<!doctype html><html onmousemove="google&&google.fade&&google.fade(event)">
I did not know the HTML tag could accept event listeners. What is the difference of placing the event listener on the HTML tag versus the BODY tag? Is there any difference in the event bubbling?