/
spirzen
/
it-code-examples
Обзор
Документация
Войти
/
spirzen
/
it-code-examples
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/html/html-2-005/main.html
20 строк
425 B
Spirzen
Code migration pack
09 июн 2026, 01:41
09 июн 2026, 01:41
cebc284
Код
Авторство
О чём код?
<table border="1"> <tr> <th>Имя</th> <th colspan="2">Контакты</th> </tr> <tr> <td>Иван Петров</td> <td>ivan@example.com</td> <td>+7 (999) 123-45-67</td> </tr> <tr> <td rowspan="2">ООО "ТехноЛаб"</td> <td>office@techlab.ru</td> <td>+7 (495) 987-65-43</td> </tr> <tr> <td>support@techlab.ru</td> <td>+7 (495) 987-65-44</td> </tr> </table>