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>Output
