CSS中有个display属性,能修改标签的显示类型
 
none:隐藏标签
 
block:让标签变为块级标签
 
inline:让标签变为行内标签
 
inline-block:让标签变为行内-块级标签(内联-块级标签)

相关文章:

  • 2021-09-09
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2021-09-04
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-19
  • 2022-02-09
  • 2022-12-23
  • 2021-12-25
  • 2022-02-09
  • 2021-10-13
相关资源
相似解决方案