html_hints/tabulky.md

8 lines
213 B
Markdown
Raw Permalink Normal View History

2022-12-01 17:14:43 +00:00
```
2022-12-01 17:13:01 +00:00
<caption> nadpis tabulky
<col>, <colgroup> styl sloupců, skupina sloupců
<table> tabulka
<tbody>, <tfoot>, <thead> tělo/patička/hlavička tabulky
<td>, <th>, <tr> buňka, hlavičková buňka, řádek
2022-12-01 17:14:43 +00:00
```