Is

前端 未结 6 2105
一向
一向 2020-11-22 17:16

I\'ve read somewhere that element behaves like both. If correct, could someone please explain with examples?

6条回答
  •  清酒与你
    2020-11-22 17:57

    It's true, they are both - or more precisely, they are "inline block" elements. This means that they flow inline like text, but also have a width and height like block elements.

提交回复
热议问题