‘h1’ is an element, ‘text-align’ is a property, ‘center’ is a value. At the end add the semi-colon ’ ; ’
All of this goes between already given opening and closing ‘style’ tags.
First of all, close the opening ‘style’ tag with the angle bracket. Then,
you have forgotten to put ‘h1’ in front of the opening curly bracket. Add it too. Plus, add a dash between the words “text” and “align”.