horizontal line and right way to code it in html, css

前端 未结 10 1027
借酒劲吻你
借酒劲吻你 2020-12-04 08:12

I need to draw a horizontal line after some block, and I have three ways to do it:

1) Define a class h_line and add css features to it, like

<         


        
10条回答
  •  暖寄归人
    2020-12-04 09:05

    In HTML5, the


    tag defines a thematic break. In HTML 4.01, the
    tag represents a horizontal rule.

    http://www.w3schools.com/tags/tag_hr.asp

    So after definition, I would prefer


提交回复
热议问题