📜  禁用禁用的 html 元素按钮输入 div - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:08.593000             🧑  作者: Mango

代码示例1
disabled will disable an element whether it is true or false, it's presence means that the element will be disabled








----- OR FOR DIV

.disabled-contenct {
  pointer-events: none;
  opacity: 0.4;
}

-------- --- primer uporabe v Angular Template