How to set Heading alignment in HTML?
Answers
Answered by
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