====== Head Rush HTML 讀書筆記 ====== ===== Chapter Thirteen ===== ==== Table ====
說明會顯示在瀏覽器上
標題1 標題2
內容1 內容2
一個格子占兩列: ... 一個格子占兩行: ... ==== CSS 指定巢狀位置 ==== table table th { background-color: white; } ==== CSS 屬性選擇符 ==== 挑選 XHTML 中附有 width 屬性的所有 img。alt 中有 flowers 關鍵字的。 img[width] { border: balck; } img[alt~="flowers"] { border: thin; } ==== list ==== list-style-type: square; list-style-image: url(images/list.gif); ===== Chapter Forteen ===== ==== form ====