CBSE Class 10 Computer Applications Question 85 of 176

HTML I — Basic HTML Elements — Question 6

Back to all questions
6
Question

Question 6

Defining and using a horizontal rule.

<HTML>
<BODY>
<P>The hr tag defines a horizontal	rule:</P>
<HR>
<P>This is a paragraph</P>
<HR>
<P>This is a paragraph</P>
<HR>
<P>This is a paragraph</P> 
</BODY>
</HTML>
Answer
Output
Defining and using a horizontal rule. Practical Assessment. Basic HTML ELements, Computer Applications Code 165 Sumita Arora Solutions CBSE Class 10.