basics of website design banner photo

HTML

HTML 5

CSS 2.1

CSS 3

Reference

HTML <hr> Element

The <hr> element is used to create a horizontal rule or line in an HTML document.
Example code:

Some text<hr>Some more text

Result:
Some text


Some more text

<hr> is one of the empty elements in HTML4.

This element has been redefined in HTML5 to convey a semantic meaning beyond the purely presentational, for details please see: HTML5 <hr> element.

HTML 4 Element List