+ 4
In HTML is there any code for drawing a vertical line
3 Answers
+ 7
Try this
<hr style="transform:rotate(90deg)" />
+ 3
Or use an html element styled with vertical borders and none horizontal (this is how is render the <hr> element internally ;))
- 1
+2