Add web design files
This commit is contained in:
25
web-design/Файлы/таблицы/Таблица.html
Normal file
25
web-design/Файлы/таблицы/Таблица.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Таблица</title>
|
||||
</head>
|
||||
<body>
|
||||
<table height="200" width="300" border="1" cellspacing="0" cellpending="0">
|
||||
<tr height="50">
|
||||
<td align="center">1</td>
|
||||
</tr>
|
||||
<tr height="50">
|
||||
<td align="center">2</td>
|
||||
</tr>
|
||||
<tr height="100">
|
||||
<td>
|
||||
<div>
|
||||
<ul type="disc">
|
||||
<li>Яблоко</li>
|
||||
<li>Апельсин</li>
|
||||
</ul>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user