📜  输入标签可以有一个伪元素 - 无论代码示例

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

代码示例1
Pseudo elements are like children of their parent element and since 
input elements are self-closing elements, they cannot have any 
children. Therefore they cannot have pseudo elements. Hopefully 
this would be fixed in the next HTML:5 version update