标签: javascript html css
如何在纯css中将html代码放入伪元素:after的content属性中?如果没有使用javascript。
:after
.foo:after { content: 'foo<br/>moo'; }
foo<br/>moo
不
foo moo