CBSE Class 10 Computer Applications
Question 38 of 77
HTML I — Basic HTML Elements — Question 5
Back to all questions 5
Question Question 5
Centralized heading.
<HTML>
<BODY>
<H1 align = "center">This is heading 1</H1>
<P>The heading above is aligned to the center of this page. The heading above is aligned to the center of this page. The heading above is aligned to the center of this page.</P>
</BODY>
</HTML>