The code template shown in the step is meant to show you what you should write and where it should go.
Start by clicking reset so you are starting from a clean setup.
Then copy this code template in between the two style tags in the editor.
After that, replace the word element with the name of the element you want to select. (in this case we want to select h1)
Then replace the word property with the name of the css styling property that we want to modify or specify. In this case it is the text-align property.
After that, replace value with the style property value that we need text-align to be. In this case we need the text to be aligned in the center. So type center where value is currently.
I merged the duplicate topic you created back into the original one.
Please don’t create a duplicate topic next time. Just add your code and comments to the first topic you made to continue getting help.