I know there is a hr (horizontal rule) in html, but I don\'t believe there is a vr (vertical rule). Am I wrong and if not, why isn\'t there a vertical rule?
You can use css for simulate a vertical line, and use the class on the div
.vhLine { border-left: thick solid #000000; }