how to underline in css when mouse touches code example Example: Text that shows an underline on hover &:hover { text-decoration: underline; }