hr tag in html

HTML
    <h1>HTML</h1>

 <p>HTML is a language for describing web pages.....</p>


 <hr>

<h1>CSS</h1>

 <p>CSS defines how to display HTML elements.....</p>
 <!-- code -->

<hr>

<!-- code --><h1>Horizontal Lines</h1>
<p>All you have to do is add this simple tag:</p>


<hr>


<p>Everything else in this example is not necessary.</p>
 
Source

Also in HTML: