Q. Which of the following is correct to align H1 tag to Right Alignment
β
Correct Answer: (A)
<h1 align = "right"> … </h1>
Explanation: align is used for alignment of text in any div, heading, paragraph (which are block element).
Note- Align doesn't work in inline element.