:hover is a CSS pseudo-class.
It is generally triggered when the user hovers over an element with a pointing device.
p:hover {color: orange;}
/* Selects any <p> element when "hovered" */
Note: The :hover pseudo-class is problematic on touchscreens.
ho programmato:
yellow: background normale
red: hover
greeen: active
blue: focus
p paragraph
ffff | |||
aaa | bbb | ccc | ddd |
eee | fff | ggg | hhh |
iii | lll | mmm | nnn |