<h1>This is the h1 tag. </h1>
<h2>This is the h2 tag. </h2>
<h3>This is the h3 tag. </h3>
<h4>This is the h4 tag. </h4>
<h5>This is the h5 tag. </h5>
<h6>This is the h6 tag. </h6>
body{
padding: 0;
margin : 0;
display: flex;
align-items : center;
justify-content : center;
flex-direction : column;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.