Head要素

提供:Wiki@KDS
2007年2月2日 (金) 12:17時点における192.168.200.224 (トーク)による版
ナビゲーションに移動 検索に移動

header記述の基本形

DTD宣言
<html lang="ja">
<head>
<meta http-equiv="content-type" content="text/html; charset=文字コード名">
<meta http-equiv="content-script-type" content="text/javascript">
<meta http-equiv="content-style-type" content="text/css">
メタ要素
<title>タイトル</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="script.js"></script>
</head>
<body>

DTD宣言

HTML4.01 Transitionalの場合


文字コード

メタ要素