: This property changes the mouse cursor to a pointing hand icon when a user hovers over the element. This is a standard UX convention to signal to users that the element is clickable . Why are these names so cryptic?

The specific rule .fyzCS81h { vertical-align: top; cursor: pointer; } applies two distinct behaviors to any HTML element assigned this class:

For further technical details on how these properties work, you can refer to documentation on vertical-align and cursor at .