When to use
line breaks vs CSS positioning?

后端 未结 6 788
囚心锁ツ
囚心锁ツ 2020-12-01 11:56

I\'ve often wondered about the proper use of a
line break. Seems that often they are incorrectly used for positioning or clearing content where CSS

6条回答
  •  攒了一身酷
    2020-12-01 12:28

    My opinion:


    would be used when content requires a line break such as lines of an address or blank lines in poetry, where intended by the author.

    (With that said, occasionally I use them for separating paragraphs, too)

提交回复
热议问题