2013-07-09から1日間の記事一覧

HTML入門 #09 表組みを作る

今日やったこと #09 表組みを作る http://dotinstall.com/lessons/basic_html/309 やったこと・わかったこと table タグ 行 tr (table row) th タグ (table header) 見出し td タグ (table data) 表の実データ ひとつの tr (行) に、th と td が混在してよい…