Add web design files

This commit is contained in:
2025-11-20 21:37:53 +02:00
parent 258f24570a
commit 9192716bfb
510 changed files with 12551 additions and 0 deletions

View 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>