Hello, how can I make the end angle to be round?
<table border="1">
<tr>
<td>test
</td>
</tr>
</table>
If I run that table, it is a ratnagluar. Is it possible to round the 4 ends?
<table border="1">
<tr>
<td>test
</td>
</tr>
</table>
If I run that table, it is a ratnagluar. Is it possible to round the 4 ends?
Comment