Snippets tagged “hr”
2 snippets use this tag.
- How to Change the Color of an <hr> ElementHTML
The HTML <hr> element is a block-level element and creates a horizontal line. In this snippet, find out how to style a horizontal line by adding a color to it.
- How to Divide a Horizontal Line into Multiple PartsHTML
In this tutorial, you will learn how it is possible to divide an HTML horizontal line into multiple parts. For that, you can use the CSS border-top property.