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

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

I want to create something like


    
        aaa
        bbb
    
          


        
18条回答
  •  青春惊慌失措
    2020-11-22 08:08

    You can just do some custom css styling, this will create a tag that will make the background color red:

    redback {background-color:red;}
     
    
    This is red

提交回复
热议问题