wie man h1 i nhtml zentriert

<style>
h1 {
  text-align: center;
}
</style>
Barry-the-Bagel