Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>As far as I know you can have <code>&lt;th&gt;</code> in any row:</p> <p>I just ran this through the validator and it seems fine: <a href="http://validator.w3.org/" rel="nofollow">http://validator.w3.org/</a></p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head&gt; &lt;title&gt;&lt;/title&gt; &lt;style type="text/css"&gt; table,th,td{border:1px inset #000;} &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;table&gt; &lt;tr&gt;&lt;th&gt;&amp;nbsp;&lt;/th&gt;&lt;th&gt;Title&lt;/th&gt;&lt;th&gt;Title&lt;/th&gt;&lt;th&gt;Title&lt;/th&gt;&lt;/tr&gt; &lt;tr&gt;&lt;th&gt;Title&lt;/th&gt;&lt;td&gt;content&lt;/td&gt;&lt;td&gt;content&lt;/td&gt;&lt;td&gt;content&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;th&gt;Title&lt;/th&gt;&lt;td&gt;content&lt;/td&gt;&lt;td&gt;content&lt;/td&gt;&lt;td&gt;content&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;th&gt;Title&lt;/th&gt;&lt;td&gt;content&lt;/td&gt;&lt;td&gt;content&lt;/td&gt;&lt;td&gt;content&lt;/td&gt;&lt;/tr&gt; &lt;/table&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>Then again it may be some funky HTML5 nonsense; but no one says you have to use HTML5!</p> <p>You can see this page here if you want: <a href="http://jsbin.com/ilazul" rel="nofollow">http://jsbin.com/ilazul</a></p> <p>Validated here: <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fjsbin.com%2Filazul" rel="nofollow">http://validator.w3.org/check?uri=http%3A%2F%2Fjsbin.com%2Filazul</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload