ブログTOP > CSS/XHTML > XHTML1.0 Strict の雛形

2011年04月10日

XHTML1.0 Strict の雛形

自分用メモです。
XHTML1.0 Strictで.htmlファイルを作成するときの雛形。

RSSやfavicon、no-cacheなどは適宜削除。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="Content-Style-Type" content="text/css" />
    <meta http-equiv="Content-Script-Type" content="text/javascript" />
    <title></title>
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="index.rdf" />
    <link rel="stylesheet" href="common.css" type="text/css" />
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <meta http-equiv="Pragma" content="no-cache" />
<!--<link rel="shortcut icon" href="favicon.ico" /> -->
<!-- verify-v1 Here -->
<!-- y_key Here -->
<!-- msvalidate.01 Here -->
<!-- GoogleAnalytics Here -->
</head>
<body>

<div id="wrapper">
    <div id="header">
        
    </div>
    <div id="">
        
    </div>
    <div id="footer">
        <address>Copyright &copy; Koekatamarin 2011, All rights reserved.</address>
    </div>
</div>

</body>
</html>


このエントリーをはてなブックマークに追加
posted by taichistereo at 20:03 | Comment(0) | CSS/XHTML
お名前: [必須入力]

メールアドレス:

ホームページアドレス:

コメント: [必須入力]

※ブログオーナーが承認したコメントのみ表示されます。
カテゴリクラウド
トップページへ戻る
Blog Widget by LinkWithin