Table

Home » Table

Revision for “Table” created on January 28, 2015 @ 23:27:37

TitleContentExcerpt
Table
The &lt;table&gt; tag defines an <a title="HTML" href="http://code.emrysproductions.com/wiki/html/">HTML</a> table.

An HTML table consists of the &lt;table&gt; element and one or more &lt;tr&gt;, &lt;th&gt;, and &lt;td&gt; elements.
<ul>
<li><strong>&lt;tr&gt;</strong> a table row</li>
<li><strong>&lt;th&gt;</strong> a table header</li>
<li><strong>&lt;td&gt;</strong>  a table cell.</li>
</ul>
&nbsp;

<iframe src="http://jsfiddle.net/mapster86/sdp0v2re/embedded/html,result" width="100%" height="300" frameborder="0" allowfullscreen="allowfullscreen"></iframe>

A more complex HTML table may also include:
<ul>
<li><strong>&lt;caption&gt;</strong></li>
<li><strong>&lt;colgroup&gt;</strong> column group</li>
<li><strong>&lt;col&gt;</strong> column properties within a &lt;colgroup&gt;</li>
<li><strong>&lt;thead&gt;</strong> table head</li>
<li><strong>&lt;tfoot&gt;</strong> table footer</li>
<li><strong>&lt;tbody&gt;</strong> table body</li>
</ul>



Old New Date Created Author Actions
January 28, 2015 @ 23:27:37 Mr H
January 28, 2015 @ 23:24:25 Mr H
January 28, 2015 @ 14:36:02 Mr H
January 28, 2015 @ 14:35:43 [Autosave] Mr H
January 28, 2015 @ 14:34:35 Mr H