mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
30 lines
656 B
HTML
30 lines
656 B
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||
|
"xhtml1-transitional.dtd">
|
||
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
||
|
<head>
|
||
|
<title>NIST DOM HTML Test - TABLECOL</title>
|
||
|
</head>
|
||
|
<body onload="parent.loadComplete()">
|
||
|
<table summary="Table 1">
|
||
|
<colgroup valign="middle" span="2" align="center" width="20" char="$" charoff="15">
|
||
|
<col valign="middle" span="1" align="center" width="20" char="*" charoff="20"/>
|
||
|
</colgroup>
|
||
|
<tr>
|
||
|
<th>Id</th>
|
||
|
<th>Name</th>
|
||
|
<th>Position</th>
|
||
|
<th>Salary</th>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>EMP0001</td>
|
||
|
<td>Martin</td>
|
||
|
<td>Accountant</td>
|
||
|
<td>56,000</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|
||
|
|