tableで2行の間隔を設定する方法
183 ワード
tableで2行の間隔を設定する方法:
cssコード実装
cssコード実装
<style>
table
{ border-collapse: separate; border-spacing: 10px; }
</style>
[/html]