India Languages, asked by ooo6, 1 year ago

how to create a vertical line in webpage??

Answers

Answered by Balagopal
2
Just try this code:

<div class="vertical_line"></div>

<style>
.vertical_line{height:150px; width:1px;background:#000;}
</style>

ooo6: good
ooo6: ok
ooo6: I am happy with your answer.
ooo6: Is it correct???
Similar questions