DEV Community

Discussion on: HTML tags | HTML tutorial

Collapse
 
mostafa85876 profile image
Mostafa85876

You can create a line with CSS by specifying a border-bottom for a section in the document, like this:
div{
border-bottom: 5px solid green;
}