Рис. 8. Скриншот ListTable.htm
| | <HTML>
|
| | <HEAD>
|
| | <TITLE> Примеры списков </title>
|
| | <META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
| | <STYLE type="text/css">
|
| | OL.c01 {list-style-type: circle}
|
| | </style>
|
| | </head>
|
| | <BODY>
|
| | <A href="A:\ЛабРаб1_2.htm">Возврат</a>
|
| | <CENTER><H1>Списки</h1></center>
|
| | |
| | <ul><li>Иванов Александр Иванович</li><li>Иванов Петр Георгиевич</li><li>Гаврилов Николай Васильевич</li><li>Гаврилов Иван Георгиевич</li><li>Корниленко Александр Петрович</li><li>Петров Александр Михаилович</li></ul><ol><li style='color: e9cfe5'>Иванов Александр Иванович<ol><li style='font-size: 6 em;color:pink;'>Рост: 179</li><li style='font-size: 6 em;color:pink;'>Вес: 94</li></ol></li><li style='color: 1dcc21'>Иванов Петр Георгиевич<ol><li style='font-size: 4 em;color:blue;'>Рост: 218</li><li style='font-size: 4 em;color:blue;'>Вес: 51</li></ol></li><li style='color: b3eb81'>Гаврилов Николай Васильевич<ol><li style='font-size: 7 em;color:pink;'>Рост: 203</li><li style='font-size: 7 em;color:pink;'>Вес: 144</li></ol></li><li style='color: 8433ad'>Гаврилов Иван Георгиевич<ol><li style='font-size: 10 em;color:red;'>Рост: 168</li><li style='font-size: 10 em;color:red;'>Вес: 141</li></ol></li><li style='color: 9bb16b'>Корниленко Александр Петрович<ol><li style='font-size: 6 em;color:green;'>Рост: 187</li><li style='font-size: 6 em;color:green;'>Вес: 77</li></ol></li><li style='color: beb80'>Петров Александр Михаилович<ol><li style='font-size: 4 em;color:blue;'>Рост: 219</li><li style='font-size: 4 em;color:blue;'>Вес: 61</li></ol></li></ol>
|
| | |
| | <HR color="red" SIZE=20 >
|
| | <CENTER><FONT size=6>Примеры таблиц</font></center>
|
| | |
| | <HR color="blue">
|
| | <table>
|
| | <tr>
|
| | <th><i>A</i> OR <i>B</i></th>
|
| | <th>True</th>
|
| | <th>False</th>
|
| | <th>Unknown</th>
|
| | </tr>
|
| | <tr>
|
| | <th scope="row">True</th>
|
| | <td>True</td>
|
| | <td>True</td>
|
| | <td>True</td>
|
| | </tr>
|
| | <tr>
|
| | <th scope="row">False</th>
|
| | <td>True</td>
|
| | <td>False</td>
|
| | <td>Unknown</td>
|
| | </tr>
|
| | <tr>
|
| | <th scope="row">Unknown</th>
|
| | <td>True</td>
|
| | <td>Unknown</td>
|
| | <td>Unknown</td>
|
| | </tr>
|
| | </table>
|
| | <hr>
|
| | <table>
|
| | <tr>
|
| | <th><i>A</i> AND <i>B</i></th>
|
| | <th>True</th>
|
| | <th>False</th>
|
| | <th>Unknown</th>
|
| | </tr>
|
| | <tr>
|
| | <th scope="row">True</th>
|
| | <td>True</td>
|
| | <td>False</td>
|
| | <td>Unknown</td>
|
| | </tr>
|
| | <tr>
|
| | <th scope="row">False</th>
|
| | <td>False</td>
|
| | <td>False</td>
|
| | <td>False</td>
|
| | </tr>
|
| | <tr>
|
| | <th scope="row">Unknown</th>
|
| | <td>Unknown</td>
|
| | <td>False</td>
|
| | <td>Unknown</td>
|
| | </tr>
|
| | </table>
|
| | <table background="fon01.gif">
|
| | <tr>
|
| | <th><i>A</i></th>
|
| | <th>NOT <i>A</i></th>
|
| | </tr>
|
| | <tr>
|
| | <th scope="row">True</th>
|
| | <td>False</td>
|
| | </tr>
|
| | <tr>
|
| | <th scope="row">False</th>
|
| | <td>True</td>
|
| | </tr>
|
| | <tr>
|
| | <th scope="row">Unknown</th>
|
| | <td>Unknown</td>
|
| | </tr>
|
| | </table>
|
| | <hr>
|
| | <table border=1><thead><tr><td>ФИО</td><td>Значения</td></tr></thead><tfoot><tr><td>Петров Александр Иванович</td><td><table><tr><td rowspan=2>Рост<br />Вес</td></tr><tr><td style='background-color: pink'>183</td></tr><tr><td style='background-color: pink'>87</td></tr></table></td><tr><td>Петров Иван Георгиевич</td><td><table><tr><td rowspan=2>Рост<br />Вес</td></tr><tr><td style='background-color: green'>207</td></tr><tr><td style='background-color: green'>102</td></tr></table></td><tr><td>Гаврилов Иван Иванович</td><td><table><tr><td rowspan=2>Рост<br />Вес</td></tr><tr><td style='background-color: pink'>206</td></tr><tr><td style='background-color: pink'>119</td></tr></table></td></tfoot></table>
|
| | </BODY>
|
| | </HTML>
|