154k views
0 votes
Name the tag and attribute used to align a heading to the center of a
webpage

1 Answer

4 votes

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;}

Step-by-step explanation:

User Robjtede
by
4.4k points