CBSE Class 10 Computer Applications Question 83 of 176

HTML I — Basic HTML Elements — Question 4

Back to all questions
4
Question

Question 4

The heading tags.

<HTML>
<BODY>
<H1>This is heading 1</H1>
<H2>This is heading 2</H2>
<H3>This is heading 3</H3> 
<H4>This is heading 4</H4> 
<H5>This is heading 5</H5> 
<H6>This is heading 6</H6>
<P>Use heading tags only for headings. Don't use them to make something big.
Use other tags for that.</P>
</BODY>
</HTML>
Answer
Output
The heading tags. Practical Assessment. Basic HTML ELements, Computer Applications Code 165 Sumita Arora Solutions CBSE Class 10.