Can tags have any type of tags inside them?

后端 未结 2 1048
离开以前
离开以前 2020-11-30 04:38

Are tags such as

,
,
 etc.. allowed inside a ?

2条回答
  •  眼角桃花
    2020-11-30 05:02

    According to the HTML Living Standard, the content model for SPAN elements is "Phrasing content".

    Read about the SPAN element here.

    Read about phrasing content here. This second link contains a full list of all the elements that can be put inside a SPAN element.

提交回复
热议问题