How To Make A Line In Css?

Its simple to add a horizontal line in your markup, just add: <hr>. Browsers draw a line across the entire width of the container, which can be the entire body or a child element.

Contents

How do you make a line in HTML CSS?

In HTML, we can easily add the Horizontal line in the document using the following different ways: Using Html tag. Using the Internal CSS.
And, then we have to type the hr CSS tag for styling the horizontal line.

  1. </li> <li>Add the Line using Internal CSS.</li> <li>