0
私はいくつかのdivを持っており、テーブルスタイルを作成したいと考えています。div要素のスタイルを設定してテーブルを作成する方法
<div style="display: table;">
<div style="display: table-row;">
<div style="display: table-cell;">
left column
</div>
<div style="display: table-cell;">
right column
</div>
</div>
<div style="display: table-row;">
<div style="display: table-cell;background-color:yellow">
one column on this row
</div>
</div>
</div>
私たちはcolspan="2"
を行うよう、全幅であることを行っている最初の行の2列、2行目の1列を、必要とします。しかし、私たちはスタイルのような何かをすることができますか?