スタイルシート3 スタイルシート3

HTMLのHEADの場所に書き込んでください。
枠を付ける
枠の種類←できてないorz <style type="text/css"><!--body{border:太さ 線の種類 色名;}--></style>
罫線を変える <style type="text/css"><!--hr{color:色名;height:太さ;border-style:線の種類;}--></style>
背景色を変更
色名 <style type="text/css"><!--body{background-color:色名;}--></style>
背景画像を表示 <style type="text/css"><!--body{background-image:url("画像URL");}--></style>
スクロールバーの色を変更
色名 <style type="text/css"><!--body{scrollbar-base-color:色名;}--></style>
カーソルの形状を変更
見本 <style type="text/css"><!--body,table,tr,td,th{cursor:形状名;}--></style>
余白を指定 <style type="text/css"><!--body{ margin:上下数字 左右数字;}--></style>