mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
17 lines
247 B
HTML
17 lines
247 B
HTML
<html>
|
|
<head>
|
|
|
|
<style>
|
|
caption { color: green }
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<table id="table">
|
|
<tbody><tr><td>a new row 1</td></tr></tbody>
|
|
<caption>this is the caption</caption>
|
|
<tbody><tr><td>a new row 2</td></tr></tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|