What CSS properties can the br tag have?

后端 未结 5 1158
执笔经年
执笔经年 2021-01-01 10:04

I\'m messing around with some code right now, and to separate 2 paragraphs I\'m using a br tag. To put spacing between the paragraphs, I noticed that I can use

5条回答
  •  暖寄归人
    2021-01-01 10:36

    None, br is a newline and is entirely invisible so has no reason to have any css properties.

提交回复
热议问题