Sometimes we need headings or paragraphs to be centered. The good news is that there's a property just for that: it's called text-align.

<html>
 <body>
  <h1 style="text-align:center;">I'm at the center of attention</h1>
 </body>
</html>
]]>

Exactly! Just like other properties, text-align is made out of two words connected with a hyphen, (-).

If you remember, some properties have a - sign in between words. Let's start with the word text, followed by the - sign and the word align.