I have been using the div tag to create a line, but I'm looking for an easier solution. If you have another method in mind, please share it with me.
#line{
background-color:black;
height:1px;
width:50px;
margin-top:50px;
margin-left:50px;
float:left;
}
<div id="line">
</div>