<!doctype HTML PUBLIC "-//W3C//DTD HTML 3.2 Draft//EN">
<html>
<head>
<title>Web Browser Web View (HTML): DocType</title>
</head>
<bodybgcolor=#FFDEADTEXT=#000000>
<h1><fontcolor=teal>Functional Test<br>Web Browser: Web View (HTML)</font></h1>
<p>
<fontcolor=tealsize=+2><b>Tables</b></font>
<hr>
<b><i>Objective</i></b>: Tests the Simple HTML Table Model.
<p>
<b><i>Syntax</i></b>: The Simple Table Model is the table model that most browsers currently support.
The model is from the HTML 3.2 Draft specifications which describes tables in terms of table cells
grouped into row-based cell layouts.
<p>
Based on the simple table model, you can create a wide variety of tables with only five tags:
<ol>
<li>the <b><TABLE></b> tag, which encapsulates a table and its elements in the HTML document's body content;</li>
<li>the <b><TR></b> tag, which defines a table row;</li>
<li>the <b><TH></b> tag, which define the table header;</li>
<li>the <b><TD></b> tag, which define the table data cell;</li>
<li>the <b><CAPTION></b> tag, which defines a table title (caption);
</ol>
Each tag has one or more required and optional attributes, some of which affect not only the tag itself, but related tags.
<p>
<b><i>Procedure</i></b>: Click each <fontcolor=#0000FF>link</font> in the <b>Special Case</b> column to verify that the expected results match the resulting display.
<hr>
<!-- ********************** Functional Test Cases ************************** -->
<td><litype=square>Verify that tables can contain character styles.<fontcolor=teal><b>[from Character Styles Functional Test Case]</b></font></li></td>
<tdvalign=top><ahref="../images/wf_images_in_table.html">Images inside Tables</a></td><td><litype=square>Verify that images can be contained inside tables.<fontcolor=teal><b>[from Image Functional Test Case]</b></font></li></td></tr>
<tr><td><ahref="../multicol/wf_multicol_table.html">Multicolumns inside a Table</a></td><td><litype=square>Verify that multicolumns can be contained inside a table.<fontcolor=teal><b>[from Multicolumn Functional Test Case]</b></font></li></td>
</tr>
<tr>
<td><ahref="wf_table_with_plug-in.html">Table with Plug-ins</a></td>
<td><litype=square>Verify that multimedia plug-ins can be contained inside a table.</li></td>