The language that is used for presentation of Web pages, including colors, layout, and fonts is CSS. So, in this case Terry uses CSS
The style rule applied is header h1 {color: green;}.
A rule consists of two parts: Selector - the part before the left curly brace. Declaration - the part within the curly braces.