gecko-dev/layout/html/tests/table/marvin/tables_align_center.html

35 строки
1002 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
<html>
<head>
<!-- test case: tables_align_center.html
description: HTML Text Markup Element, TABLE -->
<!-- Author: Chris Petersen Date: 8/5/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 tag.-->
<!-- Expected result: A table should be displayed in the window with center alignment.-->
<title>Web Browser Web View (HTML): Document TABLE</title>
</head>
<body>
The table displayed is two rows by three columns with center alignment.<br>
<table align=center>
<tr>
<td>Navigator</td>
<td>Messenger</td>
<td>Collabra</td>
</tr>
<tr>
<td>Composer</td>
<td>Calendar</td>
<td>Netcaster</td>
</tr>
</table>
</body>
</html>