Multiple / in Table Valid?

后端 未结 3 1052
[愿得一人]
[愿得一人] 2020-12-13 22:44

Imagine a list of lists similar to this:

var list = [
  { name: \'group1\', 
    items: [ 1, 2, 3, 4, 5 ]
  },
  { name: \'group2\', 
    items: [ 1, 2, 3, 4         


        
3条回答
  •  佛祖请我去吃肉
    2020-12-13 23:27

    You can have as many elements as you want, but no more than one each of and . Reference:

    Content model:

    In this order: optionally a caption element, followed by zero or more colgroup elements, followed optionally by a thead element, followed by either zero or more tbody elements or one or more tr elements, followed optionally by a tfoot element, optionally intermixed with one or more script-supporting elements.

提交回复
热议问题