XHTMLBasic記述例 サンプル

<?xml version="1.0" encoding="Shift_JIS"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja">
<head>
<title>タイトル</title>
<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:xxx@xxxx" title="send mail" />
</head>
<body>
<h1>css+xhtml/html</h1>
<h2>css+xhtml/html</h2>
<ul>
<li>css</li><li>xhtml/html</li><li>seo</li>
</ul>
</body>
</html>

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

inserted by FC2 system