Just set display to none.
.btn-hidden {display:none;}
HTML5 adds a new global attribute named [hidden]
, which is styled as display: none
by default.
<input type="text" hidden>
ZhangZhihui's Blog |
|
||
Just set display to none. .btn-hidden {display:none;}
HTML5 adds a new global attribute named <input type="text" hidden>
|
Copyright © 2024 ZhangZhihuiAAA
Powered by .NET 9.0 on Kubernetes |