Is it alright to add custom Html attributes?

前端 未结 11 799
醉梦人生
醉梦人生 2020-12-14 02:23

I have a site I\'m working on where I want to mark if a row of data has been changed. If something has been changed in that row I would mark it with a custom attribute like

11条回答
  •  -上瘾入骨i
    2020-12-14 02:53

    Technically you should be using the class attribute for this. Tags can have more than one class so it shouldn't affect anything

    
    

提交回复
热议问题