Is there a vr (vertical rule) in html?

后端 未结 28 2151
花落未央
花落未央 2020-12-02 11:37

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?

28条回答
  •  -上瘾入骨i
    2020-12-02 12:07

    How about:

    writing-mode:tb-rl
    

    Where top->bottom, right->left?

    We will need vertical rule for this.

提交回复
热议问题