/
githubmirror
/
jdk11u-dev
Обзор
Документация
Войти
/
githubmirror
/
jdk11u-dev
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/nashorn/script/markdown/table-basic.js.EXPECTED
21 строка
448 B
Erik Joelsson
8187443: Forest Consolidation: Move files to unified layout
12 сен 2017, 20:03
12 сен 2017, 20:03
3789983
Код
Авторство
О чём код?
<table> <thead> <tr> <th id="first_header" style="text-align:left;"> First Header </th> <th id="second_header" style="text-align:left;"> Second Header </th> </tr> </thead> <tbody> <tr> <td style="text-align:left;"><p>Row 1 Cell 1 </p></td> <td style="text-align:left;"><p>Row 1 Cell 2 </p></td> </tr> <tr> <td style="text-align:left;"><p>Row 2 Cell 1 </p></td> <td style="text-align:left;"><p>Row 2 Cell 2 </p></td> </tr> </tbody> </table>