Which DOM elements can be child of tr?

后端 未结 4 1579
遥遥无期
遥遥无期 2020-11-30 14:57

I have problem becouse I want to surround some of td inside tr so I need to know.

Which DOM elements can be child of tr? (I know div<

4条回答
  •  粉色の甜心
    2020-11-30 15:23

    The HTML spec states:

    Permitted contents

    Zero or more of: one td element, or one th element

    elements can contain only s and s.

提交回复
热议问题