CSSの書き方

■CSSインライン記述

<!doctype html public “-//W3C//DTD HTML 4.01 Transitional//EN”>
<html lang=”ja”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=Shift_JIS”>
<!– あ –>
<link rev=”made” href=”mailto:pokochant@eastmail.com”>
<title lang=”ja”>文書タイトル</title>

<style type=”text/css”>
<!–

–>
</style>

</head>
<body>

————————————————————————-

■外部CSSタグ
<link rel=”stylesheet” href=”./styles-site.css” type=”text/css” />