Add a horizontal line with the <hr> HTML tag.
Default style
<hr>Code language: HTML, XML (xml)
Results in the following line:
Custom style
<hr size="6px" width="100" color="#708099"; />Code language: HTML, XML (xml)
Results in the following line:
Alternative style notation
<hr style="height:6px; width:100px; background-color:#708099;">Code language: HTML, XML (xml)
Results in the following line:
More styling options: https://www.w3schools.com/tags/tag_hr.asp