зеркало из https://github.com/mozilla/gecko-dev.git
1 строка
1.2 KiB
HTML
1 строка
1.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
|
<html>
|
|
<HEAD><!-- testcase: table_rules_rows.html-->
|
|
<!-- Description: To test the TABLE Element with RULES=ROWS (Rules will appear between rows only) . The RULES attribute specifies which rules will appear between the cells within a table. -->
|
|
<!-- Author: Chris Petersen Date: 11/17/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. -->
|
|
<title>Web Browser Web View (HTML): Document RULES/ROWS</title>
|
|
</HEAD>
|
|
<TABLE border="5" rules="rows">
|
|
<caption>
|
|
Communicator 4.5 Installers for Mac and Windows Platforms</caption>
|
|
<tr>
|
|
<th></th>
|
|
<th>Macintosh PPC</th>
|
|
<th>Windows 95</th>
|
|
<th>Windows NT</th>
|
|
</tr>
|
|
<tr>
|
|
<td>Base Install
|
|
</td>
|
|
<td>
|
|
yes
|
|
</td>
|
|
<td>
|
|
yes
|
|
</td>
|
|
<td>
|
|
yes
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Complete Install
|
|
</td>
|
|
<td>
|
|
yes
|
|
</td>
|
|
<td>
|
|
yes
|
|
</td>
|
|
<td>
|
|
yes
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Pro Edition Install
|
|
</td>
|
|
<td>
|
|
yes
|
|
</td>
|
|
<td>
|
|
yes
|
|
</td>
|
|
<td>
|
|
yes
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</html>
|