Can I just make up attributes on my HTML tags?

后端 未结 4 1386
予麋鹿
予麋鹿 2020-11-30 01:42

Am I allowed to add whatever attributes I want to HTML tags such that I can retrieve their value later on using javascript? For example:



        
4条回答
  •  萌比男神i
    2020-11-30 02:28

    You can. The page will not pass verification, however most browsers will accept it.

    It is almost certainly the wrong way of doing it. Try using class="hasTooltip_yes tipcolour_yellow"

提交回复
热议问题