HTML HR Tag
HTML <HR> tag is a divider between sections of text such as a full width horizontal rule.
Example for HTML HR Tag
<head>
<body>
<i> Welcome to w3htmlschool.com</i>
<hr>
! .. will help beginner and expert to learn HTML .Make your own web page .
</body>
</head>