[Tutorial Feedback]

hey WAI editors,

I am plowing through Tables with irregular headers

https://www.w3.org/WAI/tutorials/tables/irregular/

There is a code snippet that reads

<table>
   <col>
   <colgroup span="2"></colgroup>
   <colgroup span="2"></colgroup>

https://www.w3.org/TR/html5/tabular-data.html#the-col-element

says that col is a child of colgroup. The examples on that page have 
<colgroup> <col>

Is the <col> before the <colgroup> putting Mars and Venus and everything 
that follows into one column? Or ...?

thanks for your help,

-- 
Sandy

Received on Friday, 26 April 2019 19:39:13 UTC