1. h1{ designates the html element to apply the style to
2. cursor:crosshair; This will add a crosshair to your cursor when hovering over the text on the computer screen. The cursor property specifies the type of cursor to be displayed when pointing on an element.
3. } ends the stylings applied to h1. Please hover over the text.