| <body background> | ページの背景画像を設定する | body{background-image:url("ファイルのパス名")} |
| <body bgcolor> | ページの背景色を設定する | body{background-color:色の値;} |
| <body link> | 未訪問のハイパーテキストの色を設定 | a:link{color:色の値;} |
| <body alink> | マウスを押下した時)のハイパーテキストの色を設定 | a:active{color:色の値;} |
| <body vlink> | 既に訪問済みのハイパーテキストの色を設定 | a:visited{color:色の値;} |
| <center> | 対象物を中央ぞろえにする。 | <div align="center"> |
| <font color> | 文字の色を設定する。 | 要素名{color:色の値;} |
| <font size> | 文字のサイズを設定する | 要素名{font size:文字サイズの値;} |
| <s> | 文字に取り消し線を引く。 | 要素名{text-decoration: line-through;} | <u> | 文字に下線を引く。 | 要素名{text-decoration: underline;} |