t3
code:t.svg
<foreignObject x="0" y="0" width="100%" height="100%">
<style>
body {
margin: 0;
font-family: sans-serif;
}
table {
border-collapse: collapse;
width: 100%;
}
th, td {
padding: 8px;
text-align: left;
}
th {
}
tr:nth-child(even) {
}
</style>
<body>
<table>
<thead>
<tr>
<th>ID</th>
<th>Name</th>
<th>Role</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Alice</td>
<td>Engineer</td>
</tr>
<tr>
<td>2</td>
<td>Bob</td>
<td>Designer</td>
</tr>
<tr>
<td>3</td>
<td>Charlie-n\n改行</td>
<td>Manager</td>
</tr>
</tbody>
</table>
</body>
</html>
</foreignObject>
</svg>