Computer Science, asked by dudeperfect1644, 1 year ago

How to set Heading alignment in HTML?

Answers

Answered by Rememberful
4

We uses heading tag to add heading to a text.

<h1>,<h2>....<h6> are the follow8ng tags which are used to set heading to the text.

" Alignment " attribute is used to align the text.

For example,

<h1 align =" center "> Hello </h1>

Similar questions