
スタイルシートの解説とプロパティ一覧
スタイルシート(Style Sheet)とは、[(X)HTML]や[XML]といったWEB上のドキュメントを作る際に使用する文書の表示形式を制御する言語です。一般的に広く知られているものがCSSであり、[(X)HTML]+[CSS]が最も多く使用されている事から、本サイトでは【スタイルシート=CSS】として説明していきます。
よく使うCSSプロパティ
一般的なWebサイト
| 使用頻度[激高] | text-align, color, font, background, width, height, padding, margin, border |
| 使用頻度[高い] | [font-size, font-weight, font-family], line-height, list-style, border-top, right, bottom, left, padding-top, right, bottom, left, margin-top, right, bottom, left, [float, clear] |
| 使用頻度[普通] | vertical-align, text-indent, text-decoration, [max-width, min-width], [max-height, min-height], [border-color, border-style, border-width], overflow, display, overflow, [position, top, right, bottom, left], z-index |
携帯サイト (XHTML)
| 使用頻度[激高] | text-align, color, font-size |
| 使用頻度[高い] | background-color, text-decoration |
| 使用頻度[普通] | background, vertical-align, display |
キーワード検索
コンテンツ
CSSプロパティ検索
ソーシャルネットワーク
LINK



