関連タグで絞り込む (14)
Table
タグ
The HTML for the table is very straight forward (no Javascript, pure HTML): <table id="table-1" cellspacing="0" cellpadding="2"> <tr id="1"><td>1</td><td>One</td><td>some text</td></tr> <tr id="2"><td>2</td><td>Two</td><td>some text</td></tr>... 続きを読む
エクセルにまとめておいた資料をHTMLのTableにしたいということ、たまにありますよね。 その際、いちいち CONCATENATE とか使ってHTMLタグを生成するのも面倒、、、そんな時に使えそうなのがこのツールです。 08年12月14日 3・2・1GSX Series III systemご購入... 続きを読む
By R. Christie Tables have got to be one of the most difficult objects to style in the Web, thanks to the cryptic markup, the amount of detail we have to take care of, and lack of browser compatibility. A lot of time could be wasted on a sing... 続きを読む
2007-10-19 PostgreSQLでテーブル構造等を取得するSQL 自分用メモ PostgreSQLでテーブル構造を取得したい場合に使用するSQL文 select n.nspname ,c.relkind ,c.relname ,a.attnum ,obj_description(c.relfilenode, 'pg_class' ::name) as tablecomment ,a.attna... 続きを読む
サイト全体のコーディングとしては、Tableを使わず、DivタグとCSSを使って構成していくパターンが主流だと思いますが。。。 例えば、コンテンツ内に商品のスペック表や、料金表などを表示する場合、その名の通り”Table”タグを使う方が効率的ですね。 っちゅう... 続きを読む


