02/23: CSS & HTML > 忘れやすいスタイル&タグ
Category: Web dev
Posted by: hajime osako
スタイル
table {table-layout: fixed | auto;}
table {border-collapse: collapse | separate;}
タグ
<colgroup span=(int) width=(int) align=(left | right | center | justify | char) valign char=(str) charoff=(int)>
col/colgroup要素へのスタイル指定
table {table-layout: fixed | auto;}
table {border-collapse: collapse | separate;}
タグ
<colgroup span=(int) width=(int) align=(left | right | center | justify | char) valign char=(str) charoff=(int)>
col/colgroup要素へのスタイル指定