CBSE Class 10 Computer Applications
Question 168 of 176
HTML I — Basic HTML Elements — Question 41
Back to all questions 41
Question Question 29
Write the HTML code for the following to appear one after the other :
- A small heading with the words, "We are Proud to Present"
- A horizontal rule across the page
- A large heading with the one word, "Orbit"
- A medium-sized heading with the words, "The Geometric Juggler"
- Another horizontal rule
<H3>We are Proud to Present</H3>
<HR>
<H1>Orbit</H1>
<H2>The Geometric Juggler</H2>
<HR>Output
