5 lines
166 B
HTML
5 lines
166 B
HTML
<!doctype html>
|
|
<table style="display:inline-table;transform:translate(200px) rotate(180deg);transform-origin:left">
|
|
<caption>Hello</caption>
|
|
<tr><td>there!
|
|
</table>
|