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