随笔记录方便自己和同路人查阅,学习CSS时最好先学会HTML。

#------------------------------------------------我是可耻的分割线-------------------------------------------

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>input系列</title>
</head>
<body>
    <span style="background-color:red; display:None; width:50px;height:50px;">span</span>
</body>
</html>

效果:

该代码只有一行,使用display:None让标签消失后,网页显示为空

相关文章:

  • 2021-08-11
  • 2022-12-23
  • 2021-07-14
  • 2022-12-23
  • 2021-07-21
  • 2021-07-31
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-03-06
  • 2021-10-14
  • 2022-02-10
  • 2022-02-12
  • 2021-09-07
相关资源
相似解决方案