Computer Applications
Answer
The <HR> tag is used to produce horizontal line spread across the width of the browser window. By default, a 3D horizontal line is produced.
If we want to produce a 2D rule, we add "noshade" to <HR> tag.
For example:
<HR> <!-- This tag produces a 3D horizontal rule -->
<HR noshade> <!-- This tag produces a 2D horizontal rule -->