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

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

I want to create something like


    
        aaa
        bbb
    
          


        
18条回答
  •  無奈伤痛
    2020-11-22 08:00

    Polymer or X-tags allow you to build your own html tags. It is based on native browser's "shadow DOM".

提交回复
热议问题