Respuesta :

Answer:

To first create the header you will user the <h1></h1> tag

Then you will use css to align it to the center h1 {text-align: center;}

Explanation: