Table Home » Table PageDiscussionHistoryEdit Visual Text The <table> tag defines an <a title="HTML" href="http://code.emrysproductions.com/wiki/html/">HTML</a> table. An HTML table consists of the <table> element and one or more <tr>, <th>, and <td> elements. <ul> <li><strong><tr></strong> a table row</li> <li><strong><th></strong> a table header</li> <li><strong><td></strong> a table cell.</li> </ul> <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><caption></strong></li> <li><strong><colgroup></strong> column group</li> <li><strong><col></strong> column properties within a <colgroup></li> <li><strong><thead></strong> table head</li> <li><strong><tfoot></strong> table footer</li> <li><strong><tbody></strong> table body</li> </ul> Cancel