svg-hosting:table
code:table01.svg
<foreignObject x="0" y="0" width="500" height="380">
<head>
<style type="text/css">
body{
font-weight:bold;
}
table{
width: 480px;
height:360px;
table-layout: fixed;
border-collapse:collapse;
margin:0 auto;
}
td,th{
width: 160px;
height:120px;
text-align: center;
vertical-align: middle;
background:#efffef;
border-bottom:1px solid #ccc; }
table tr th:nth-child(even),
table tr td:nth-child(even){
background:#ffffef;
}
</style>
</head>
<body>
<table>
<tr><td>1</td><td>3</td></tr>
<tr><td>2</td><td>4</td></tr>
</table>
</body>
</html>
</foreignObject>
</svg>
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/svg-hosting:table/table01.svg
code:table02.svg
<foreignObject x="0" y="0" width="500" height="380">
<head>
<style type="text/css">
body{
font-weight:bold;
}
table{
width: 480px;
height:360px;
table-layout: fixed;
border-collapse:collapse;
margin:0 auto;
}
td,th{
width: 160px;
height:120px;
text-align: center;
vertical-align: middle;
background:#efffef;
border-bottom:1px solid #ccc; }
table tr th:nth-child(even),
table tr td:nth-child(even){
background:#ffffef;
}
</style>
</head>
<body>
<table>
<tr><td>
やったこと
</td>
<td rowspan='2'>
つぎにやること
</td></tr>
<tr><td>
わかったこと
</td></tr>
</table>
</body>
</html>
</foreignObject>
</svg>
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/svg-hosting:table/table02.svg