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

前端 未结 10 1035
借酒劲吻你
借酒劲吻你 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 08:56

    it is depends on requirement , but many developers suggestions is to make your code as simple as possible . so, go with simple "hr" tag and CSS code for that.

提交回复
热议问题