To align text in the middle, we use the word center as a value.

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

Exactly! The value center aligns the text horizontally.

Make sure to spell out center.