how to set the length of vertical line in html code example
Example: how to make vertical line in html
<style>
.vl {
border-left: 6px solid green;
height:
500px;
}
</style>
<div class="vl"></div>
<style>
.vl {
border-left: 6px solid green;
height:
500px;
}
</style>
<div class="vl"></div>