зеркало из https://github.com/mozilla/pjs.git
35 строки
1014 B
HTML
35 строки
1014 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
|
<html>
|
|
<head>
|
|
<!-- testcase: tables_border_1.html
|
|
description: HTML Text Markup Element, TABLE BORDER -->
|
|
<!-- Author: Chris Petersen Date: 8/6/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/BORDER tag.-->
|
|
<!-- Expected result: A table with a 1 pixel border should be displayed in the window -->
|
|
<title>Web Browser Web View (HTML): Document TABLE BORDER</title>
|
|
</head>
|
|
<body>
|
|
The table displayed is two rows by three columns with a 1 pixel border.<br>
|
|
<table border=1>
|
|
<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>
|
|
|
|
|
|
|
|
|
|
|