Custom html tags — Is there a better way?

前端 未结 4 1277
迷失自我
迷失自我 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:29

    You can use the

    tag instead. Based from my "experience", the div element pretty much goes anywhere on the html hierarchy (inside and not inside input tags). You must note the default styles though.

提交回复
热议问题