37 lines
1.0 KiB
HTML
37 lines
1.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
|
<html>
|
|
<head>
|
|
<!-- testcase: tables_th_colspan.html
|
|
description: HTML Text Markup Element, TABLE/TH/COLSPAN -->
|
|
<!-- Author: Chris Petersen Date: 8/7/98 -->
|
|
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
|
Copyright © 1998 Netscape Communications Corporation. All Rights Reserved. Use of this Test Script is
|
|
subject to the terms of the applicable license agreement from Netscape Communications Corporation. -->
|
|
<!-- Purpose:To test the TABLE/TR/COLSPAN tag.-->
|
|
<!-- Expected result: The TH tag(Netscape Communicator)will span across 6 columns -->
|
|
<title>Web Browser Web View (HTML): Document TABLE/TH/COLSPAN</title>
|
|
</head>
|
|
<body>
|
|
This table uses a COLSPAN attribute in the TH tag. The COLSPAN attribute
|
|
has a value of 6.<br><br>
|
|
<table BORDER=1>
|
|
<tr>
|
|
<th colspan=6>Netscape Communicator 4.0.6 Platforms</th>
|
|
</tr>
|
|
<tr>
|
|
<td>Mac 68k</td>
|
|
<td>Power Mac</td>
|
|
<td>Win 3.1</td>
|
|
<td>Win 95</td>
|
|
<td>Win 98</td>
|
|
<td>Unix</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|