CSS pseudo-element in inline attribute style
问题 I have tried with the sample below from the url. What I trying is to apply css pseudo-element in inline attribute, style. Somehow, it seems not working. I would appreciate for any advice. http://www.w3.org/TR/2001/WD-css-style-attr-20010305 <p style="{color: green; width: 10em} ::first-letter {float: left; font-size: 300%}"> This is an example of a paragraph with inline style attribute rules to create a spot effect, in this case, a drop-cap first letter. </p> 回答1: It’s not possible. The