XHTML1.0Frameset記述例 サンプル

<?xml version="1.0" encoding="Shift_JIS"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<title>タイトル</title>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />
<meta name="description" content="サイト内容" />
<meta name="keywords" content="サイトキーワード" />
<meta name="author" content="css+xhtml/html" />
<meta name="copyright" content="Copyright &copy; css+xhtml/html. All Rights Reserved." />
<link rel="index" href="./index.html" />
<link rel="next" href="next.html" />
<link rel="prev" href="prev.html" />
<link rev="made" href="mailto:●●●@●●●" title="send mail" />
<link rel="stylesheet" href="css/●●●.css" type="text/css" />
<script src="●●●.js" type="text/javascript"></script>
<meta http-equiv="content-style-type" content="text/javascript" />
</head>
<frameset cols="*" rows="30,*,30" title="xxx">
<frame noresize="noresize" name="ninni1" id="ninni1" src="ninni1.html" scrolling="no" title="xxx" />
<frame noresize="noresize" name="ninni2" id="ninni2" src="ninni2.html" scrolling="yes" title="xxx" />
<frame noresize="noresize" name="ninni3" id="ninni3" src="ninni3.html" scrolling="no" title="xxx" />
<noframes>
<body>
<h1>css+xhtml/html</h1>
<h2>css+xhtml/html</h2>
<ul>
<li>css</li><li>xhtml</li><li>seo</li>
</ul>
</body>
</noframes>
</frameset>
</html>

■こちらはiframe内になっています。css + xhtml + seo のtopページ(http://cssxhtmlseo.web.fc2.com/)よりご覧ください■

inserted by FC2 system