Custom html tags — Is there a better way?

前端 未结 4 1274
迷失自我
迷失自我 2021-01-15 10:00

I am attempting to complete a browser plugin that will analyze text and mark it in some fashion.

Basically, let\'s say your browsing and you see this come across th

4条回答
  •  春和景丽
    2021-01-15 10:33

    A solution would be to define a CSS-class that first resets all style properties so you can start off with a clean slate.

    Another solution would be to use tags that are not used very often such as del, ins and blockquote

提交回复
热议问题