Is there a way to create your own html tag in HTML5?

后端 未结 18 1811
情歌与酒
情歌与酒 2020-11-22 07:39

I want to create something like


    
        aaa
        bbb
    
          


        
18条回答
  •  暗喜
    暗喜 (楼主)
    2020-11-22 08:18

    You can add custom attribute through HTML 5 data- Attributes. For example: Message That is valid for HTML 5. See http://ejohn.org/blog/html-5-data-attributes/ to get details.

提交回复
热议问题