スタイルシート1 スタイルシート1

HTMLのHEADの場所に書き込んでください。
文字サイズを変更 <style type="text/css"><!--body,table,td,tr,th{font-size:数字;}--></style>
文字色を変更
色名 <style type="text/css"><!--body,table,td,tr,th{color:色名;}--></style>
字体を変更
字体 <style type="text/css"><!--body,table,td,tr,th{font-family:字体名;}--></style>
太字に指定 <style type="text/css"><!--body,table,td,tr,th{font-weight:bold;}--></style>
斜体に指定 <style type="text/css"><!--body,table,td,tr,th{font-style:italic;}--></style>
下線が付く <style type="text/css"><!--body,table,td,tr,th{text-decoration:underline;}--></style>
上線が付く <style type="text/css"><!--body,table,td,tr,th{text-decoration:overline;}--></style>
取り消し線が付く <style type="text/css"><!--body,table,td,tr,th{text-decoration:line-through;}--></style>
文字(画像)位置を指定
「left」「center」「right」のどれか <style type="text/css"><!--body,table,td,tr,th{text-align:位置;}--></style>