Insert HTML from CSS

后端 未结 5 974
天涯浪人
天涯浪人 2020-12-01 11:48

Is there any way to insert an HTML element, dom or code from CSS(3)?

5条回答
  •  粉色の甜心
    2020-12-01 12:21

    No. The only you can do is to add content (and not an element) using :before or :after pseudo-element.

    More information: http://www.w3.org/TR/CSS2/generate.html#before-after-content

提交回复
热议问题