зеркало из https://github.com/mozilla/pjs.git
55 строки
1.1 KiB
HTML
55 строки
1.1 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<!-- test case: tables_caption_align_right.html -->
|
|||
|
<!-- description: HTML 4.0 TABLE element/CAPTION attribute -->
|
|||
|
<!-- Author: Christine Dreckman Date: 1/11/99 -->
|
|||
|
<!-- Modified: Christine Dreckman Date: 2/16/99 -->
|
|||
|
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
|||
|
Copyright <20> 1999 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 CAPTION attribute of the TABLE element tag-->
|
|||
|
<!-- Expected result: A table should be displayed with a right aligned caption -->
|
|||
|
<title>tables_caption_align_right</title>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<p>The caption should be aligned at the right side of the top of the table.</p>
|
|||
|
<table border=1>
|
|||
|
<caption align=right>Wild Cats</caption>
|
|||
|
<tr>
|
|||
|
<td>Lion</td>
|
|||
|
<td>Leopard</td>
|
|||
|
<td>Cheetah</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>Jaguar</td>
|
|||
|
<td>Bobcat</td>
|
|||
|
<td>Ocelot</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</body>
|
|||
|
</html>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|