mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
16 lines
178 B
HTML
16 lines
178 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
caption {
|
|
caption-side: top;
|
|
padding: 10px;
|
|
}
|
|
</style>
|
|
|
|
<table>
|
|
<caption>
|
|
Caption
|
|
</caption>
|
|
<tr>
|
|
<td>Cell</td>
|
|
</tr>
|
|
</table> |