これはHTML4.01のホームページの雛型をXHTML1.0用にしたテンプレです。
<?xml version="1.0" encoding="Shift_JIS"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="content-type" content="text/html; charset=Shift_JIS" />
<title></title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-script-type" content="text/javascript" />
<link href="" type="text/css" rel="stylesheet" />
<link rel="start" href="" />
<link rel="prev" href="" />
<link rel="next" href="" />
</head>
<body>
</body>
</html>
XHTML1.0の解説
- XML宣言
- DOCTYPE宣言
- 名前空間(namespace)
- xml:lang属性
- 雛型のその他の解説
- 要素(element)のポイント
- 属性(attribute)のポイント
PR